Lester Caine in php.internals (Wed, 28 Jan 2015 09:03:14 +0000): >On 28/01/15 03:45, Jan Ehrhardt wrote: >> After these commits php_imagick.dll compiled with VC11 and (for Lester) >> showed itself in phpinfo: >> https://phpdev.toolsforresearch.com/php-7.0.0-dev-nts-Win32-VC11-x86.htm > >Progress ... >But mine is not listing the supported formats :( >http://php7.lsces.org.uk/phpinfo.php
This happens when the extension cannot find the installed IM-filters, AFAIK. Strangely enough I saw the same happen with the x64 VC11 build for PHP7 (phpseven branch). But the x64 VC11 builds do show the supported formats (master branch). >http://hg.lsces.org.uk/hg/imagick/rev/7aec3f35fc99 is the patch I >applied Dan Hmm, your patch reminds me of https://github.com/Jan-E/imagick/commits/phpseven ;-) The patches for the deprecated functions are already present in the imagick-master, but not in the phpseven branch. Maybe there are more differences between master and phpseven that explain the difference in supported formats between PHP 5.6 and PHP7. Jan -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php