Update comments

Update PHP to version 7.3.33, 7.4.26, 8.0.13

Signed-off-by: Teddysun <i@teddysun.com>
This commit is contained in:
Teddysun
2021-11-18 20:28:47 +09:00
parent 7a84fb2c97
commit cb9bc2d68b
2 changed files with 7 additions and 7 deletions

View File

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

View File

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