Update comments

Update PHP to version 8.2.22
Update MySQL to version 8.0.39

Signed-off-by: Teddysun <i@teddysun.com>
This commit is contained in:
Teddysun
2024-08-09 10:48:21 +09:00
parent 567eea2e90
commit 7cd360dd94
2 changed files with 5 additions and 5 deletions

View File

@@ -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 |

View File

@@ -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"