Skip to content

Commit

Permalink
Update comments
Browse files Browse the repository at this point in the history
update PHP to version 7.3.30, 7.4.23, 8.0.10;
update openssl to version 1.1.1l;

Signed-off-by: Teddysun <[email protected]>
  • Loading branch information
teddysun committed Aug 26, 2021
1 parent c7da174 commit 0e057d2
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
| apr | 1.7.0 |
| apr-util | 1.6.1 |
| nghttp2 | 1.44.0 |
| openssl | 1.1.1k |
| openssl | 1.1.1l |
| mod_wsgi | 4.9.0 |
| mod_security2 | 2.9.4 |
| mod_jk | 1.2.48 |
Expand All @@ -64,7 +64,7 @@

| PHP & Additional extensions | Version |
|-------------------------------|-----------------------------------------------------------|
| PHP | 5.6.40, 7.0.33, 7.1.33, 7.2.34, 7.3.29, 7.4.22, 8.0.9 |
| PHP | 5.6.40, 7.0.33, 7.1.33, 7.2.34, 7.3.30, 7.4.23, 8.0.10 |
| ionCube Loader | 10.4.5 |
| PDFlib (PHP 7.3+) | 9.3.1 |
| XCache (PHP 5.6) | 3.2.0 |
Expand Down
16 changes: 8 additions & 8 deletions include/config.sh
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ parallel_compile=1
nghttp2_filename="nghttp2-1.44.0"
nghttp2_filename_url="https://github.com/nghttp2/nghttp2/releases/download/v1.44.0/nghttp2-1.44.0.tar.gz"
#openssl
openssl_filename="openssl-1.1.1k"
openssl_filename_url="https://www.openssl.org/source/openssl-1.1.1k.tar.gz"
openssl_filename="openssl-1.1.1l"
openssl_filename_url="https://www.openssl.org/source/openssl-1.1.1l.tar.gz"
#apache2.4
apache2_4_filename="httpd-2.4.48"
apache2_4_filename_url="http://ftp.jaist.ac.jp/pub/apache//httpd/httpd-2.4.48.tar.gz"
Expand Down Expand Up @@ -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.29"
php7_3_filename_url="https://www.php.net/distributions/php-7.3.29.tar.gz"
php7_3_filename="php-7.3.30"
php7_3_filename_url="https://www.php.net/distributions/php-7.3.30.tar.gz"
#php7.4
php7_4_filename="php-7.4.22"
php7_4_filename_url="https://www.php.net/distributions/php-7.4.22.tar.gz"
php7_4_filename="php-7.4.23"
php7_4_filename_url="https://www.php.net/distributions/php-7.4.23.tar.gz"
#php8.0
php8_0_filename="php-8.0.9"
php8_0_filename_url="https://www.php.net/distributions/php-8.0.9.tar.gz"
php8_0_filename="php-8.0.10"
php8_0_filename_url="https://www.php.net/distributions/php-8.0.10.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"
Expand Down

0 comments on commit 0e057d2

Please sign in to comment.