From e52a09087d4a857724ebc9d3def2bbd0311ffd56 Mon Sep 17 00:00:00 2001 From: Teddysun Date: Tue, 20 Jul 2021 07:10:00 +0900 Subject: [PATCH] Update comments update php extension swoole to version 4.7.0; update ImageMagick to version 7.1.0-4; Signed-off-by: Teddysun --- README.md | 4 ++-- include/config.sh | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 49ff73f..99c4c33 100644 --- a/README.md +++ b/README.md @@ -70,7 +70,7 @@ | XCache (PHP 5.6) | 3.2.0 | | APCu extension | 5.1.20 | | gRPC extension | 1.38.0 | -| ImageMagick | 7.1.0-2 | +| ImageMagick | 7.1.0-4 | | imagick extension | 3.5.0 | | GraphicsMagick | 1.3.36 | | 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.4 | | mongodb extension | 1.9.2 | -| swoole extension (PHP 7.2+) | 4.6.7 | +| swoole extension (PHP 7.2+) | 4.7.0 | | yaf extension (PHP 7.0+) | 3.3.3 | | 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 27337fe..ddecb85 100644 --- a/include/config.sh +++ b/include/config.sh @@ -170,8 +170,8 @@ pdflib64_filename="PDFlib-9.3.1-Linux-x64-php" pdflib64_filename_url="https://www.pdflib.com/binaries/PDFlib/931/PDFlib-9.3.1-Linux-x64-php.tar.gz" #PECL packages #php extension swoole -swoole_filename="swoole-4.6.7" -swoole_filename_url="https://pecl.php.net/get/swoole-4.6.7.tgz" +swoole_filename="swoole-4.7.0" +swoole_filename_url="https://pecl.php.net/get/swoole-4.7.0.tgz" #php extension xdebug xdebug_filename="xdebug-2.5.5" xdebug_filename_url="https://pecl.php.net/get/xdebug-2.5.5.tgz" @@ -180,8 +180,8 @@ xdebug_filename2_url="https://pecl.php.net/get/xdebug-2.9.8.tgz" xdebug_filename3="xdebug-3.0.4" xdebug_filename3_url="https://pecl.php.net/get/xdebug-3.0.4.tgz" #ImageMagick -ImageMagick_filename="ImageMagick-7.1.0-2" -ImageMagick_filename_url="https://download.imagemagick.org/ImageMagick/download/releases/ImageMagick-7.1.0-2.tar.gz" +ImageMagick_filename="ImageMagick-7.1.0-4" +ImageMagick_filename_url="https://download.imagemagick.org/ImageMagick/download/releases/ImageMagick-7.1.0-4.tar.gz" #php extension imagick php_imagemagick_filename="imagick-3.5.0" php_imagemagick_filename_url="https://pecl.php.net/get/imagick-3.5.0.tgz"