docker-php-extension-installer
docker-php-extension-installer copied to clipboard
Add support for imagick on PHP 8.3
with the latest https://github.com/Imagick/imagick/commit/28f27044e435a2b203e32675e942eb8de620ee58 master commit the build passes
Let's wait until they publish a new release
@mlocati I think they did :)
I think they did :)
@vuryss are you sure? Isn't 3.7.0 (dated Jan 2022) the most recent imagick version?
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.
There is an open PR at https://github.com/Imagick/imagick/pull/641
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
Fyi, using the (unreleased) master branch worked for me: 🙂
install-php-extensions imagick/imagick@master
So what's the status of this PR ?
Still waiting for imagick to be compatible with PHP 8.3, I guess.
Hello, it is with the use of imagick/imagick@master
on install-php-extensions
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.