Update comments

update ImageMagick to version 7.0.11-6
This commit is contained in:
Teddysun
2021-04-05 14:01:14 +09:00
parent 8b1c7cf9e5
commit bed05d4580
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.36.0 |
| ImageMagick | 7.0.11-5 |
| ImageMagick | 7.0.11-6 |
| imagick extension | 3.4.4 |
| GraphicsMagick | 1.3.35 |
| 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.3"
xdebug_filename3_url="https://pecl.php.net/get/xdebug-3.0.3.tgz"
#ImageMagick
ImageMagick_filename="ImageMagick-7.0.11-5"
ImageMagick_filename_url="https://download.imagemagick.org/ImageMagick/download/releases/ImageMagick-7.0.11-5.tar.gz"
ImageMagick_filename="ImageMagick-7.0.11-6"
ImageMagick_filename_url="https://download.imagemagick.org/ImageMagick/download/releases/ImageMagick-7.0.11-6.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"