Update comments

Update PHP to version 8.1.28, 8.2.18

Signed-off-by: Teddysun <i@teddysun.com>
This commit is contained in:
Teddysun
2024-04-11 22:09:45 +09:00
parent ac54e791d7
commit b1411585f0
2 changed files with 5 additions and 5 deletions

View File

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

View File

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