Page 1 of 1

PHP 7.1 cannot use current version of Imagick

Posted: 2016-12-02T09:49:57-07:00
by TomXampp
I used the most recent version of Imagick (php_imagick-3.4.3rc1-7.0-ts-vc14-x86.zip) successfully with XAMPP/PHP 7.0.13. localhost on Windows. Today, PHP 7.1 has been released. Upon installation, it fails to load Imagick, reporting this error:
[02-Dec-2016 16:46:32 UTC] PHP Warning: PHP Startup: imagick: Unable to initialize module Module compiled with module API=20151012
PHP compiled with module API=20160303 These options need to match in Unknown on line 0
Is there an Imagick DLL for PHP 7.1 that will be released soon? Or is there a solution with the current Imagick?

Re: PHP 7.1 cannot use current version of Imagick

Posted: 2016-12-02T10:00:30-07:00
by fmw42
The Imagemagick developers do not maintain Imagick. That is up to the person who developed it. Hopefully he will respond.