From 7fc39f3bc570def2807cba8a0d488f4eae7a7af5 Mon Sep 17 00:00:00 2001 From: Teddysun Date: Tue, 18 May 2021 16:29:55 +0900 Subject: [PATCH] Update comments update PHP to version 7.4.19, 8.0.6 Signed-off-by: Teddysun --- README.md | 2 +- include/config.sh | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 8183644..86e64c4 100644 --- a/README.md +++ b/README.md @@ -64,7 +64,7 @@ | PHP & Additional extensions | Version | |-------------------------------|-----------------------------------------------------------| -| PHP | 5.6.40, 7.0.33, 7.1.33, 7.2.34, 7.3.28, 7.4.18, 8.0.5 | +| PHP | 5.6.40, 7.0.33, 7.1.33, 7.2.34, 7.3.28, 7.4.19, 8.0.6 | | ionCube Loader | 10.4.5 | | PDFlib (PHP 7.3+) | 9.3.1 | | XCache (PHP 5.6) | 3.2.0 | diff --git a/include/config.sh b/include/config.sh index 802bfc0..8629aea 100644 --- a/include/config.sh +++ b/include/config.sh @@ -74,11 +74,11 @@ php7_2_filename_url="https://www.php.net/distributions/php-7.2.34.tar.gz" php7_3_filename="php-7.3.28" php7_3_filename_url="https://www.php.net/distributions/php-7.3.28.tar.gz" #php7.4 -php7_4_filename="php-7.4.18" -php7_4_filename_url="https://www.php.net/distributions/php-7.4.18.tar.gz" +php7_4_filename="php-7.4.19" +php7_4_filename_url="https://www.php.net/distributions/php-7.4.19.tar.gz" #php8.0 -php8_0_filename="php-8.0.5" -php8_0_filename_url="https://www.php.net/distributions/php-8.0.5.tar.gz" +php8_0_filename="php-8.0.6" +php8_0_filename_url="https://www.php.net/distributions/php-8.0.6.tar.gz" #phpMyAdmin phpmyadmin_filename="phpMyAdmin-4.9.7-all-languages" phpmyadmin_filename_url="https://files.phpmyadmin.net/phpMyAdmin/4.9.7/phpMyAdmin-4.9.7-all-languages.tar.gz"