Update comments

update PHP to version 7.4.19, 8.0.6

Signed-off-by: Teddysun <i@teddysun.com>
This commit is contained in:
Teddysun
2021-05-18 16:29:55 +09:00
parent 3f1ecda857
commit 7fc39f3bc5
2 changed files with 5 additions and 5 deletions

View File

@@ -64,7 +64,7 @@
| PHP & Additional extensions | Version |
|-------------------------------|-----------------------------------------------------------|
| PHP | 5.6.40, 7.0.33, 7.1.33, 7.2.34, 7.3.28, 7.4.18, 8.0.5 |
| PHP | 5.6.40, 7.0.33, 7.1.33, 7.2.34, 7.3.28, 7.4.19, 8.0.6 |
| ionCube Loader | 10.4.5 |
| PDFlib (PHP 7.3+) | 9.3.1 |
| XCache (PHP 5.6) | 3.2.0 |

View File

@@ -74,11 +74,11 @@ php7_2_filename_url="https://www.php.net/distributions/php-7.2.34.tar.gz"
php7_3_filename="php-7.3.28"
php7_3_filename_url="https://www.php.net/distributions/php-7.3.28.tar.gz"
#php7.4
php7_4_filename="php-7.4.18"
php7_4_filename_url="https://www.php.net/distributions/php-7.4.18.tar.gz"
php7_4_filename="php-7.4.19"
php7_4_filename_url="https://www.php.net/distributions/php-7.4.19.tar.gz"
#php8.0
php8_0_filename="php-8.0.5"
php8_0_filename_url="https://www.php.net/distributions/php-8.0.5.tar.gz"
php8_0_filename="php-8.0.6"
php8_0_filename_url="https://www.php.net/distributions/php-8.0.6.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"