From f8a98c2d777d3db7a6b7444a15513d2eeba259e4 Mon Sep 17 00:00:00 2001 From: Robbie Ferguson Date: Fri, 8 Aug 2025 17:13:56 +0000 Subject: [PATCH] Test with PHP 8.4 --- installer.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installer.sh b/installer.sh index be4d89e..eed2d42 100755 --- a/installer.sh +++ b/installer.sh @@ -77,7 +77,7 @@ systemctl start lsws sleep 2 # PHP and extensions -PHPVER='8.1' +PHPVER='8.4' apt install -y lsphp${PHPVER//./} lsphp${PHPVER//./}-{common,mysql,curl,imagick,intl,opcache,redis} # Create a symlink that gives PHP CLI capability but uses the LSPHP version of PHP to coincide with server