From a8a43ff9ce22bdad79807b41563bed7a05b17dfa Mon Sep 17 00:00:00 2001 From: Teddysun Date: Sat, 13 Mar 2021 11:37:29 +0900 Subject: [PATCH] Update software version --- README.md | 4 ++-- include/config.sh | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index f857cfb7..6c703090 100644 --- a/README.md +++ b/README.md @@ -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 | @@ -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 | diff --git a/include/config.sh b/include/config.sh index c24c2c00..de662332 100644 --- a/include/config.sh +++ b/include/config.sh @@ -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" @@ -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"