From 98079206fc4be23e4a15e2f9965d67850ad2d761 Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Sun, 3 Aug 2025 08:32:39 -0600 Subject: [PATCH] Update the version to PHP 8.3 --- ubuntu/resources/config.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ubuntu/resources/config.sh b/ubuntu/resources/config.sh index 7138b31..8d97999 100755 --- a/ubuntu/resources/config.sh +++ b/ubuntu/resources/config.sh @@ -27,7 +27,7 @@ database_port=5432 # port number database_backup=false # true or false # General Settings -php_version=8.1 # PHP version 5.6 or 7.0, 7.1, 7.2 +php_version=8.3 # PHP version 8.4, 8.3, 8.2, 8.1 letsencrypt_folder=true # true or false # Optional Applications