Skip to content

Commit

Permalink
Update software version
Browse files Browse the repository at this point in the history
  • Loading branch information
teddysun committed Mar 13, 2021
1 parent 190d5df commit a8a43ff
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
| XCache (PHP 5.6) | 3.2.0 |
| APCu extension | 5.1.19 |
| gRPC extension | 1.36.0 |
| ImageMagick | 7.0.10-62 |
| ImageMagick | 7.0.11-3 |
| imagick extension | 3.4.4 |
| GraphicsMagick | 1.3.35 |
| gmagick extension (PHP 5.6) | 1.1.7RC3 |
Expand All @@ -85,7 +85,7 @@
| redis extension (PHP 5.6) | 4.3.0 |
| redis extension (PHP 7.0+) | 5.3.2 |
| mongodb extension | 1.9.0 |
| swoole extension (PHP 7.2+) | 4.6.3 |
| swoole extension (PHP 7.2+) | 4.6.4 |
| yaf extension (PHP 7.0+) | 3.3.0 |
| yar extension (PHP 7.0+) | 2.2.0 |
| msgpack extension (PHP 7.0+) | 2.1.2 |
Expand Down
8 changes: 4 additions & 4 deletions include/config.sh
Original file line number Diff line number Diff line change
Expand Up @@ -171,8 +171,8 @@ pdflib64_filename="PDFlib-9.3.0-Linux-x86_64-php"
pdflib64_filename_url="https://www.pdflib.com/binaries/PDFlib/930/PDFlib-9.3.0-Linux-x86_64-php.tar.gz"
#PECL packages
#php extension swoole
swoole_filename="swoole-4.6.3"
swoole_filename_url="https://pecl.php.net/get/swoole-4.6.3.tgz"
swoole_filename="swoole-4.6.4"
swoole_filename_url="https://pecl.php.net/get/swoole-4.6.4.tgz"
#php extension xdebug
xdebug_filename="xdebug-2.5.5"
xdebug_filename_url="https://pecl.php.net/get/xdebug-2.5.5.tgz"
Expand All @@ -181,8 +181,8 @@ xdebug_filename2_url="https://pecl.php.net/get/xdebug-2.9.8.tgz"
xdebug_filename3="xdebug-3.0.2"
xdebug_filename3_url="https://pecl.php.net/get/xdebug-3.0.2.tgz"
#ImageMagick
ImageMagick_filename="ImageMagick-7.0.10-62"
ImageMagick_filename_url="https://download.imagemagick.org/ImageMagick/download/releases/ImageMagick-7.0.10-62.tar.gz"
ImageMagick_filename="ImageMagick-7.0.11-3"
ImageMagick_filename_url="https://download.imagemagick.org/ImageMagick/download/releases/ImageMagick-7.0.11-3.tar.gz"
#php extension imagick
php_imagemagick_filename="imagick-3.4.4"
php_imagemagick_filename_url="https://pecl.php.net/get/imagick-3.4.4.tgz"
Expand Down

0 comments on commit a8a43ff

Please sign in to comment.