diff --git a/lib/class.ISPConfig.inc.php b/lib/class.ISPConfig.inc.php index 383e32dd71a15f953747b39dd51c49ebef6dc92a..91eb9b331281fe83a460b9166eb52dd239590016 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.