docker-php-extension-installer icon indicating copy to clipboard operation
docker-php-extension-installer copied to clipboard

Add support for imagick on PHP 8.3

Open mlocati opened this issue 1 year ago • 15 comments

mlocati avatar Oct 09 '23 14:10 mlocati

with the latest https://github.com/Imagick/imagick/commit/28f27044e435a2b203e32675e942eb8de620ee58 master commit the build passes

mvorisek avatar Oct 31 '23 09:10 mvorisek

Let's wait until they publish a new release

mlocati avatar Oct 31 '23 09:10 mlocati

@mlocati I think they did :)

vuryss avatar Dec 07 '23 12:12 vuryss

I think they did :)

@vuryss are you sure? Isn't 3.7.0 (dated Jan 2022) the most recent imagick version?

mlocati avatar Dec 07 '23 12:12 mlocati

I think they did :)

@vuryss are you sure? Isn't 3.7.0 (dated Jan 2022) the most recent imagick version?

Sorry it was my mistake, I saw the support of Imagick for PHP 8.3 was merged and released in brefphp/extra-php-extensions and I thought it was the extension itself.

vuryss avatar Dec 07 '23 20:12 vuryss

There is an open PR at https://github.com/Imagick/imagick/pull/641

ganti avatar Dec 08 '23 00:12 ganti

fyi imagick is not working with php:8.3-fpm-alpine3.19

make: *** [Makefile:196: /tmp/pear/temp/imagick/Imagick_arginfo.h] Error 1
ERROR: `make -j8 INSTALL_ROOT="/tmp/pear/temp/pear-build-defaultuserBOGHED/install-imagick-3.7.0" install' failed

ganti avatar Dec 19 '23 21:12 ganti

Fyi, using the (unreleased) master branch worked for me: 🙂

install-php-extensions imagick/imagick@master

annuh avatar Jan 23 '24 19:01 annuh

So what's the status of this PR ?

jeff1326 avatar May 13 '24 14:05 jeff1326

Still waiting for imagick to be compatible with PHP 8.3, I guess.

jdreesen avatar May 13 '24 15:05 jdreesen

Hello, it is with the use of imagick/imagick@master on install-php-extensions

Orkin avatar May 13 '24 15:05 Orkin

Considering that the master branch works just fine, it seems that we are now waiting for a proper release by someone with an appropriate user role. IIRC there is just one such person.

StrangePeanut avatar May 13 '24 15:05 StrangePeanut