Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:82383 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 22018 invoked from network); 10 Feb 2015 15:53:50 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 10 Feb 2015 15:53:50 -0000 X-Host-Fingerprint: 92.66.168.50 unknown Received: from [92.66.168.50] ([92.66.168.50:2840] helo=localhost.localdomain) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 3A/BB-47508-B892AD45 for ; Tue, 10 Feb 2015 10:53:49 -0500 To: internals@lists.php.net Date: Tue, 10 Feb 2015 16:53:45 +0100 Message-ID: References: <54D3EE95.2080109@lerdorf.com> <6rihda94he0bp831umnindhutouuh3l87v@4ax.com> <54D92904.90509@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: 92.66.168.50 Subject: Re: [PHP-DEV] Annotated PHP 5->7 extension diff From: phpdev@ehrhardt.nl (Jan Ehrhardt) Lester Caine in php.internals (Mon, 09 Feb 2015 21:39:16 +0000): >On 09/02/15 15:03, Jan Ehrhardt wrote: >> Despite the extensive list of changes, imagick does not compile anymore >> with the current PHP7 git head (Win32 VC11). > >Jan ... try the latest code from Dan ... >Just got both php7 and php5.6.5 running including a populated phpinfo on >each so I'm moving on ... It was a VC11 specific error. I trimmed a lot of errors down to 1 pull request: https://github.com/mkoppanen/imagick/pull/74 Jan