From fbf660f90ebb0aed9764986e1958e94c6dc34a7b Mon Sep 17 00:00:00 2001 From: ildyria Date: Sat, 27 Dec 2025 02:03:10 +0100 Subject: [PATCH] PHP 8.3 is dead --- docs/installation.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/installation.md b/docs/installation.md index 60ad892c..ba4c8c0f 100644 --- a/docs/installation.md +++ b/docs/installation.md @@ -9,7 +9,7 @@ The Lychee gallery has a few system requirements. You will need to make sure you - MySQL _(version > 5.7.8)_ / MariaDB _(version > 10.2)_ - PostgreSQL _(version > 9.2)_ - Lychee's inbuilt SQLite3 support -- PHP >= 8.3 with these PHP extensions: +- PHP >= 8.4 with these PHP extensions: - bcmath - ctype - dom @@ -205,7 +205,7 @@ server { fastcgi_param HTTP_PROXY ""; ######### Make sure this is the correct socket for your system - fastcgi_pass unix:/run/php/php8.3-fpm.sock; + fastcgi_pass unix:/run/php/php8.4-fpm.sock; fastcgi_index index.php; ######## You may need to replace $document_root with the absolute path to your public folder. fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;