Is there an Imagick DLL for PHP 7.1 that will be released soon? Or is there a solution with the current Imagick?[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
PHP 7.1 cannot use current version of Imagick
PHP 7.1 cannot use current version of Imagick
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:
- fmw42
- Posts: 25562
- Joined: 2007-07-02T17:14:51-07:00
- Authentication code: 1152
- Location: Sunnyvale, California, USA
Re: PHP 7.1 cannot use current version of Imagick
The Imagemagick developers do not maintain Imagick. That is up to the person who developed it. Hopefully he will respond.