Re: PHP8 imagick

[email protected] ("Christoph M. Becker") Sun, 17 Jan 2021 23:28:02 +0100
Newsgroups php.internals.win
Message-ID <[email protected]>
On 17.01.2021 at 21:12, Sjoerd Kivits wrote:

> Can somebody point me to the php 8.0 compatible imagick dll files?

There is no PHP 8.0 compatible Imagick version yet[1], so there can't be
Windows DLLs.  A PR claiming to implement PHP 8 support[2] has been
merged a while ago, but a new release is pending.

[1] <https://bugs.php.net/80464>
[2] <https://github.com/Imagick/imagick/pull/336>

Regards,
Christoph