diff --git a/README.md b/README.md index d7fbc0e..94bfad1 100644 --- a/README.md +++ b/README.md @@ -63,7 +63,7 @@ | PHP & Additional extensions | Version | |-------------------------------|-----------------------------------------------------------| -| PHP | 5.6.40, 7.0.33, 7.1.33, 7.2.34, 7.3.32, 7.4.25, 8.0.12 | +| PHP | 5.6.40, 7.0.33, 7.1.33, 7.2.34, 7.3.33, 7.4.26, 8.0.13 | | ionCube Loader | 11.0.0 | | 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 10f0cf0..fffb8a2 100644 --- a/include/config.sh +++ b/include/config.sh @@ -71,14 +71,14 @@ php7_1_filename_url="https://www.php.net/distributions/php-7.1.33.tar.gz" php7_2_filename="php-7.2.34" php7_2_filename_url="https://www.php.net/distributions/php-7.2.34.tar.gz" #php7.3 -php7_3_filename="php-7.3.32" -php7_3_filename_url="https://www.php.net/distributions/php-7.3.32.tar.gz" +php7_3_filename="php-7.3.33" +php7_3_filename_url="https://www.php.net/distributions/php-7.3.33.tar.gz" #php7.4 -php7_4_filename="php-7.4.25" -php7_4_filename_url="https://www.php.net/distributions/php-7.4.25.tar.gz" +php7_4_filename="php-7.4.26" +php7_4_filename_url="https://www.php.net/distributions/php-7.4.26.tar.gz" #php8.0 -php8_0_filename="php-8.0.12" -php8_0_filename_url="https://www.php.net/distributions/php-8.0.12.tar.gz" +php8_0_filename="php-8.0.13" +php8_0_filename_url="https://www.php.net/distributions/php-8.0.13.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"