add PHP 8.1, update PHP 7.*

This commit is contained in:
Simon Vieille 2021-12-02 16:38:11 +01:00
parent e1259801d8
commit 7a356adc08

View file

@ -39,7 +39,7 @@ MOD_HTTP2=mod_http2.c
# Available PHP versions
# It's possible to add or remove a version
# using the same logic
PHP_VERSIONS="7.4 7.3 8.0 7.2 7.1 7.0 7.4 5.6"
PHP_VERSIONS="8.1 8.0 7.4 7.3 8.0 7.2 7.1 7.0 7.4 5.6"
PHP_FPM56_POOL_PATH=/etc/php5/fpm/pool.d
PHP_FPM70_POOL_PATH=/etc/php/7.0/fpm/pool.d
PHP_FPM71_POOL_PATH=/etc/php/7.1/fpm/pool.d
@ -59,6 +59,7 @@ PHP_56_LABEL="PHP 5.6 (outdated)"
PHP_70_LABEL="PHP 7.0 (outdated)"
PHP_71_LABEL="PHP 7.1 (outdated)"
PHP_72_LABEL="PHP 7.2 (outdated)"
PHP_73_LABEL="PHP 7.3 (security support until 6 Dec 2021)"
PHP_74_LABEL="PHP 7.4 (recommended)"
PHP_80_LABEL="PHP 8.0"
PHP_73_LABEL="PHP 7.3 ((outdated))"
PHP_74_LABEL="PHP 7.4 (security support until 28 Nov 2022)"
PHP_80_LABEL="PHP 8.0 (recommended)"
PHP_81_LABEL="PHP 8.1"