From 7a356adc083798a31b560c6f50d3961faf25b4ed Mon Sep 17 00:00:00 2001 From: Simon Vieille Date: Thu, 2 Dec 2021 16:38:11 +0100 Subject: [PATCH] add PHP 8.1, update PHP 7.* --- etc/config.dist | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/etc/config.dist b/etc/config.dist index d5effa0..2c44fed 100644 --- a/etc/config.dist +++ b/etc/config.dist @@ -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"