Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:83404 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 47255 invoked from network); 21 Feb 2015 17:14:15 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 21 Feb 2015 17:14:15 -0000 X-Host-Fingerprint: 92.66.168.50 unknown Received: from [92.66.168.50] ([92.66.168.50:17564] helo=localhost.localdomain) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 31/CB-08895-4ECB8E45 for ; Sat, 21 Feb 2015 12:14:13 -0500 To: internals@lists.php.net Date: Sat, 21 Feb 2015 18:14:05 +0100 Message-ID: References: <54D3EE95.2080109@lerdorf.com> 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: 92.66.168.50 Subject: Re: [PHP-DEV] Annotated PHP 5->7 extension diff From: phpdev@ehrhardt.nl (Jan Ehrhardt) Dan Ackroyd in php.internals (Fri, 6 Feb 2015 16:16:09 +0000): >An incomplete checklist for migrating an extension to PHP7 php_imagick (phpseven branch) once again does not compile, this time because MAKE_STD_ZVAL has been removed and you added it in imagickkernel_class.c with this commit: https://github.com/mkoppanen/imagick/commit/a3cc177f8ed38937960e27765816e2f7a6de7391 The removal of MAKE_STD_ZVAL is documented in https://wiki.php.net/phpng-upgrading Jan