diff --git a/README.md b/README.md index 302a623..33d445e 100644 --- a/README.md +++ b/README.md @@ -62,12 +62,12 @@ | Database | Version | |-------------------------------|-----------------------------------------------------------| -| MySQL | 5.7.44, 8.0.38 | +| MySQL | 5.7.44, 8.0.39 | | MariaDB | 10.4.33, 10.5.25, 10.6.18, 10.11.8 | | PHP & Additional extensions | Version | |-------------------------------|-----------------------------------------------------------| -| PHP | 7.4.33, 8.0.30, 8.1.29, 8.2.20 | +| PHP | 7.4.33, 8.0.30, 8.1.29, 8.2.22 | | 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 9404d32..8a35e1d 100644 --- a/include/config.sh +++ b/include/config.sh @@ -42,7 +42,7 @@ load_config() { #mysql5.7 mysql5_7_filename="mysql-5.7.44" #mysql8.0 - mysql8_0_filename="mysql-8.0.38" + mysql8_0_filename="mysql-8.0.39" #mariadb10.4 mariadb10_4_filename="mariadb-10.4.33" #mariadb10.5 @@ -61,8 +61,8 @@ load_config() { php8_1_filename="php-8.1.29" php8_1_filename_url="https://www.php.net/distributions/php-8.1.29.tar.gz" #php8.2 - php8_2_filename="php-8.2.20" - php8_2_filename_url="https://www.php.net/distributions/php-8.2.20.tar.gz" + php8_2_filename="php-8.2.22" + php8_2_filename_url="https://www.php.net/distributions/php-8.2.22.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"