Update comments

update ImageMagick to version 7.0.11-13

Signed-off-by: Teddysun <i@teddysun.com>
This commit is contained in:
Teddysun
2021-05-24 10:23:40 +09:00
parent 7fc39f3bc5
commit c7d378234a
2 changed files with 3 additions and 3 deletions

View File

@@ -70,7 +70,7 @@
| XCache (PHP 5.6) | 3.2.0 |
| APCu extension | 5.1.20 |
| gRPC extension | 1.37.1 |
| ImageMagick | 7.0.11-12 |
| ImageMagick | 7.0.11-13 |
| imagick extension | 3.4.4 |
| GraphicsMagick | 1.3.36 |
| gmagick extension (PHP 5.6) | 1.1.7RC3 |

View File

@@ -181,8 +181,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.0.11-12"
ImageMagick_filename_url="https://download.imagemagick.org/ImageMagick/download/releases/ImageMagick-7.0.11-12.tar.gz"
ImageMagick_filename="ImageMagick-7.0.11-13"
ImageMagick_filename_url="https://download.imagemagick.org/ImageMagick/download/releases/ImageMagick-7.0.11-13.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"