Skip to content

Commit

Permalink
Update comments
Browse files Browse the repository at this point in the history
Update ImageMagick to version 7.1.0-33;
Update PHP extension swoole to version 4.8.9

Signed-off-by: Teddysun <[email protected]>
  • Loading branch information
teddysun committed May 15, 2022
1 parent 1fcb05a commit c1db8df
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 @@
| PDFlib | 10.0.0 |
| APCu extension | 5.1.21 |
| gRPC extension | 1.44.0 |
| ImageMagick | 7.1.0-30 |
| ImageMagick | 7.1.0-33 |
| imagick extension | 3.7.0 |
| libsodium | 1.0.18 |
| libsodium extension | 2.0.23 |
Expand All @@ -81,7 +81,7 @@
| redis | 5.0.14 |
| redis extension | 5.3.7 |
| mongodb extension | 1.12.0 |
| swoole extension | 4.8.6 |
| swoole extension | 4.8.9 |
| yaf extension | 3.3.4 |
| yar extension | 2.2.1 |
| msgpack extension | 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 @@ -144,14 +144,14 @@ pdflib64_filename="PDFlib-10.0.0p1-Linux-x64-php"
pdflib64_filename_url="https://www.pdflib.com/binaries/PDFlib/1000/PDFlib-10.0.0p1-Linux-x64-php.tar.gz"
#PECL packages
#php extension swoole
swoole_filename="swoole-4.8.6"
swoole_filename_url="https://pecl.php.net/get/swoole-4.8.6.tgz"
swoole_filename="swoole-4.8.9"
swoole_filename_url="https://pecl.php.net/get/swoole-4.8.9.tgz"
#php extension xdebug
xdebug_filename="xdebug-3.1.3"
xdebug_filename_url="https://pecl.php.net/get/xdebug-3.1.3.tgz"
#ImageMagick
ImageMagick_filename="ImageMagick-7.1.0-32"
ImageMagick_filename_url="https://download.imagemagick.org/ImageMagick/download/releases/ImageMagick-7.1.0-32.tar.gz"
ImageMagick_filename="ImageMagick-7.1.0-33"
ImageMagick_filename_url="https://download.imagemagick.org/ImageMagick/download/releases/ImageMagick-7.1.0-33.tar.gz"
#php extension imagick
php_imagemagick_filename="imagick-3.7.0"
php_imagemagick_filename_url="https://pecl.php.net/get/imagick-3.7.0.tgz"
Expand Down

0 comments on commit c1db8df

Please sign in to comment.