From bd36d0971adc991784914f2f5fc46a609bc82146 Mon Sep 17 00:00:00 2001 From: Teddysun Date: Fri, 25 Nov 2022 10:14:29 +0900 Subject: [PATCH] Update comments Update PHP to version 8.0.26, 8.1.13 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 f1a6525..024e714 100644 --- a/README.md +++ b/README.md @@ -67,7 +67,7 @@ | PHP & Additional extensions | Version | |-------------------------------|-----------------------------------------------------------| -| PHP | 7.4.33, 8.0.25, 8.1.12 | +| PHP | 7.4.33, 8.0.26, 8.1.13 | | ionCube Loader | 12.0.2 | | PDFlib | 10.0.0 | | APCu extension | 5.1.21 | diff --git a/include/config.sh b/include/config.sh index 8c14ee7..2babe60 100644 --- a/include/config.sh +++ b/include/config.sh @@ -60,11 +60,11 @@ mariadb10_7_filename="mariadb-10.7.7" php7_4_filename="php-7.4.33" php7_4_filename_url="https://www.php.net/distributions/php-7.4.33.tar.gz" #php8.0 -php8_0_filename="php-8.0.25" -php8_0_filename_url="https://www.php.net/distributions/php-8.0.25.tar.gz" +php8_0_filename="php-8.0.26" +php8_0_filename_url="https://www.php.net/distributions/php-8.0.26.tar.gz" #php8.1 -php8_1_filename="php-8.1.12" -php8_1_filename_url="https://www.php.net/distributions/php-8.1.12.tar.gz" +php8_1_filename="php-8.1.13" +php8_1_filename_url="https://www.php.net/distributions/php-8.1.13.tar.gz" #phpMyAdmin phpmyadmin_filename="phpMyAdmin-5.2.0-all-languages" phpmyadmin_filename_url="https://files.phpmyadmin.net/phpMyAdmin/5.2.0/phpMyAdmin-5.2.0-all-languages.tar.gz"