From 9b6c512a545245353c4ab9afad8e611e274ff8f1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20KUBLER?= Date: Mon, 29 Dec 2025 15:09:49 +0100 Subject: [PATCH 1/2] chore(imagick): release of Imagick 3.8.1 --- support/ext/imagick | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 From 982121643958e7a813b76fee7a75ab27c839d4f5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20KUBLER?= Date: Mon, 29 Dec 2025 15:11:08 +0100 Subject: [PATCH 2/2] feat(imagick): re-enabled Imagick PHP extension --- support/package_all | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) 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}" )"