diff --git a/support/ext/imagick b/support/ext/imagick index 99f69ecd..35fc3d6e 100755 --- a/support/ext/imagick +++ b/support/ext/imagick @@ -6,7 +6,7 @@ if [ -n "$DEBUG" ]; then set -x fi -imagick_version="3.7.0" +imagick_version="3.8.1" curl -L "https://pecl.php.net/get/imagick-${imagick_version}.tgz" \ | tar xzv diff --git a/support/package_all b/support/package_all index b6083a5d..4fdf020d 100755 --- a/support/package_all +++ b/support/package_all @@ -30,10 +30,7 @@ source "../conf/versions.sh" # SKIP igbinary extension since it doesn't compile with PHP 8.5 # https://github.com/igbinary/igbinary/issues/400 # -# SKIP imagick extension since it doesn't compile with PHP 8.5 -# https://github.com/Imagick/imagick/issues/755 -# -skip=( "imap" "amqp" "igbinary" "imagick" ) +skip=( "imap" "amqp" "igbinary" ) for e in ./ext-internal/*; do ext_name="$( basename "${e}" )"