diff --git a/README.md b/README.md index 8e5ad2d..5025c51 100644 --- a/README.md +++ b/README.md @@ -67,7 +67,7 @@ | PHP & Additional extensions | Version | |-------------------------------|-----------------------------------------------------------| -| PHP | 7.4.33, 8.0.30, 8.1.27, 8.2.17 | +| PHP | 7.4.33, 8.0.30, 8.1.28, 8.2.18 | | ionCube Loader | 13.0.2 | | PDFlib | 10.0.0 | | APCu extension | 5.1.21 | diff --git a/include/config.sh b/include/config.sh index cc348e4..2f16ec0 100644 --- a/include/config.sh +++ b/include/config.sh @@ -58,11 +58,11 @@ load_config() { php8_0_filename="php-8.0.30" php8_0_filename_url="https://www.php.net/distributions/php-8.0.30.tar.gz" #php8.1 - php8_1_filename="php-8.1.27" - php8_1_filename_url="https://www.php.net/distributions/php-8.1.27.tar.gz" + php8_1_filename="php-8.1.28" + php8_1_filename_url="https://www.php.net/distributions/php-8.1.28.tar.gz" #php8.2 - php8_2_filename="php-8.2.17" - php8_2_filename_url="https://www.php.net/distributions/php-8.2.17.tar.gz" + php8_2_filename="php-8.2.18" + php8_2_filename_url="https://www.php.net/distributions/php-8.2.18.tar.gz" #phpMyAdmin phpmyadmin_filename="phpMyAdmin-5.2.1-all-languages" phpmyadmin_filename_url="https://files.phpmyadmin.net/phpMyAdmin/5.2.1/phpMyAdmin-5.2.1-all-languages.tar.gz"