Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:81296 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 22272 invoked from network); 28 Jan 2015 09:57:23 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 28 Jan 2015 09:57:23 -0000 X-Host-Fingerprint: 85.223.116.227 227-116.citynet.ftth.internl.net Received: from [85.223.116.227] ([85.223.116.227:3421] helo=localhost.localdomain) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 61/AC-45774-282B8C45 for ; Wed, 28 Jan 2015 04:57:23 -0500 To: internals@lists.php.net Date: Wed, 28 Jan 2015 10:57:18 +0100 Message-ID: References: <54C8A5D2.3060108@lsces.co.uk> X-Newsreader: Forte Agent 3.3/32.846 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Posted-By: 85.223.116.227 Subject: Re: [PHP-DEV] Re: imagick on PHP 7 was Stepping stones to a working php7 ... From: phpdev@ehrhardt.nl (Jan Ehrhardt) 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