From 5163011158ab180c21334d72ad618b637198cb77 Mon Sep 17 00:00:00 2001 From: Teddysun Date: Fri, 5 Aug 2022 11:25:57 +0900 Subject: [PATCH] Update comments Update PHP version to 8.0.22, 8.1.9 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 489240fb..b4024479 100644 --- a/README.md +++ b/README.md @@ -67,7 +67,7 @@ | PHP & Additional extensions | Version | |-------------------------------|-----------------------------------------------------------| -| PHP | 7.4.30, 8.0.21, 8.1.8 | +| PHP | 7.4.30, 8.0.22, 8.1.9 | | ionCube Loader | 11.0.1 | | PDFlib | 10.0.0 | | APCu extension | 5.1.21 | diff --git a/include/config.sh b/include/config.sh index 8becef46..a2edcedc 100644 --- a/include/config.sh +++ b/include/config.sh @@ -62,11 +62,11 @@ mariadb10_7_filename="mariadb-10.7.4" php7_4_filename="php-7.4.30" php7_4_filename_url="https://www.php.net/distributions/php-7.4.30.tar.gz" #php8.0 -php8_0_filename="php-8.0.21" -php8_0_filename_url="https://www.php.net/distributions/php-8.0.21.tar.gz" +php8_0_filename="php-8.0.22" +php8_0_filename_url="https://www.php.net/distributions/php-8.0.22.tar.gz" #php8.1 -php8_1_filename="php-8.1.8" -php8_1_filename_url="https://www.php.net/distributions/php-8.1.8.tar.gz" +php8_1_filename="php-8.1.9" +php8_1_filename_url="https://www.php.net/distributions/php-8.1.9.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"