From 6aa226e744212ba0f2d765614da3a4c6826a3b81 Mon Sep 17 00:00:00 2001 From: Marin Binzari Date: Tue, 6 Jun 2023 16:38:13 +0300 Subject: [PATCH] PHP 8.2 --- lib/class.ISPConfig.inc.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/lib/class.ISPConfig.inc.php b/lib/class.ISPConfig.inc.php index 383e32d..91eb9b3 100644 --- a/lib/class.ISPConfig.inc.php +++ b/lib/class.ISPConfig.inc.php @@ -191,7 +191,8 @@ class ISPConfig { '7.3', '7.4', '8.0', - '8.1' + '8.1', + '8.2' ); if(isset($_GET['use-php']) && $_GET['use-php']) { if ($_GET['use-php'] === 'system') { @@ -332,7 +333,7 @@ Possible arguments are: --use-nginx ->Use nginx webserver instead of apache2 --use-amavis ->Use amavis instead of rspamd for mail filtering --use-unbound ->Use unbound instead of bind9 for local resolving. Only allowed if --no-dns is set. - --use-php ->Use specific PHP versions, comma separated, instead of installing multiple PHP, e.g. --use-php=7.4,8.0 (5.6, 7.0, 7.1, 7.2, 7.3, 7.4, 8.0 and 8.1 available). + --use-php ->Use specific PHP versions, comma separated, instead of installing multiple PHP, e.g. --use-php=7.4,8.0 (5.6, 7.0, 7.1, 7.2, 7.3, 7.4, 8.0, 8.1 and 8.2 available). ->--use-php=system disables the sury repository and just installs the system\'s default PHP version. ->ommiting the argument (use all versions) --use-ftp-ports ->This option sets the passive port range for pure-ftpd. You have to specify the port range separated by hyphen, e. g. --use-ftp-ports=40110-40210. -- GitLab