diff --git a/README.md b/README.md index 9a33c62..427e31f 100644 --- a/README.md +++ b/README.md @@ -67,7 +67,7 @@ | PHP & Additional extensions | Version | |-------------------------------|-----------------------------------------------------------| -| PHP | 7.4.30, 8.0.23, 8.1.10 | +| PHP | 7.4.32, 8.0.24, 8.1.11 | | ionCube Loader | 12.0.1 | | PDFlib | 10.0.0 | | APCu extension | 5.1.21 | diff --git a/include/config.sh b/include/config.sh index a76e353..94e68b6 100644 --- a/include/config.sh +++ b/include/config.sh @@ -57,14 +57,14 @@ mariadb10_6_filename="mariadb-10.6.10" #mariadb10.7 mariadb10_7_filename="mariadb-10.7.6" #php7.4 -php7_4_filename="php-7.4.30" -php7_4_filename_url="https://www.php.net/distributions/php-7.4.30.tar.gz" +php7_4_filename="php-7.4.32" +php7_4_filename_url="https://www.php.net/distributions/php-7.4.32.tar.gz" #php8.0 -php8_0_filename="php-8.0.23" -php8_0_filename_url="https://www.php.net/distributions/php-8.0.23.tar.gz" +php8_0_filename="php-8.0.24" +php8_0_filename_url="https://www.php.net/distributions/php-8.0.24.tar.gz" #php8.1 -php8_1_filename="php-8.1.10" -php8_1_filename_url="https://www.php.net/distributions/php-8.1.10.tar.gz" +php8_1_filename="php-8.1.11" +php8_1_filename_url="https://www.php.net/distributions/php-8.1.11.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"