The compiled dll on PECL for 7.2 Windows doesn't have the module version set. Not sure if it's a Windows problem or a 7.2 problem.
When I run php -i
imagick module => enabled
imagick module version => @PACKAGE_VERSION@
Imagick compiled with ImageMagick version => ImageMagick 7.0.7-11 Q16 x64 2017-11-23
Imagick using ImageMagick library version => ImageMagick 7.0.7-35 Q16 x64 2018-05-21
It's causing other libraries to fail when they run checks on the imagick version.
http://windows.php.net/downloads/pecl/snaps/imagick/3.4.3/php_imagick-3.4.3-7.2-ts-vc15-x64.zip
https://mlocati.github.io/articles/php-windows-imagick.html
The compiled dll on PECL for 7.2 Windows doesn't have the module version set. Not sure if it's a Windows problem or a 7.2 problem.
When I run php -i
imagick module => enabled
imagick module version => @PACKAGE_VERSION@
Imagick compiled with ImageMagick version => ImageMagick 7.0.7-11 Q16 x64 2017-11-23
Imagick using ImageMagick library version => ImageMagick 7.0.7-35 Q16 x64 2018-05-21
It's causing other libraries to fail when they run checks on the imagick version.
http://windows.php.net/downloads/pecl/snaps/imagick/3.4.3/php_imagick-3.4.3-7.2-ts-vc15-x64.zip
https://mlocati.github.io/articles/php-windows-imagick.html