Skip to content

Commit fbf660f

Browse files
committed
PHP 8.3 is dead
1 parent 652aa24 commit fbf660f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/installation.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ The Lychee gallery has a few system requirements. You will need to make sure you
99
- MySQL _(version > 5.7.8)_ / MariaDB _(version > 10.2)_
1010
- PostgreSQL _(version > 9.2)_
1111
- Lychee's inbuilt SQLite3 support
12-
- PHP >= 8.3 with these PHP extensions:
12+
- PHP >= 8.4 with these PHP extensions:
1313
- bcmath
1414
- ctype
1515
- dom
@@ -205,7 +205,7 @@ server {
205205
fastcgi_param HTTP_PROXY "";
206206
207207
######### Make sure this is the correct socket for your system
208-
fastcgi_pass unix:/run/php/php8.3-fpm.sock;
208+
fastcgi_pass unix:/run/php/php8.4-fpm.sock;
209209
fastcgi_index index.php;
210210
######## You may need to replace $document_root with the absolute path to your public folder.
211211
fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;

0 commit comments

Comments
 (0)