Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:95881 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 3268 invoked from network); 9 Sep 2016 23:33:37 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 9 Sep 2016 23:33:37 -0000 X-Host-Fingerprint: 94.0.185.22 unknown Received: from [94.0.185.22] ([94.0.185.22:12388] helo=localhost.localdomain) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 7B/39-46544-FC643D75 for ; Fri, 09 Sep 2016 19:33:37 -0400 Message-ID: <7B.39.46544.FC643D75@pb1.pair.com> To: internals@lists.php.net References: <9203225f-3367-6f31-7aa7-2a8ef373c858@gmx.de> <5E.70.06456.AB130D75@pb1.pair.com> <8fbf9eb2-82b8-7b9a-1207-891a8c4546e5@gmx.de> Date: Sat, 10 Sep 2016 00:33:32 +0100 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.11; rv:43.0) Gecko/20100101 Firefox/43.0 SeaMonkey/2.40 MIME-Version: 1.0 In-Reply-To: <8fbf9eb2-82b8-7b9a-1207-891a8c4546e5@gmx.de> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Posted-By: 94.0.185.22 Subject: Re: The death of `#ifndef FAST_ZPP`? From: ajf@ajf.me (Andrea Faulds) Hi Cristoph, Christoph M. Becker wrote: >> In any case, thanks to some uncaught bugs in dead code, no stable >> release of PHP 7 has been able to compile with FAST_ZPP disabled anyway, >> which means I can be certain nobody is using it. > > I have successfully compiled a recent master with FAST_ZPP undefined. > While that was with `--disable-all`, I can imagine that some extensions > would also compile, so perhaps somebody actually uses that feature. > However, even if that is the case, I don't see necessity to do so. Ah, yes, you can compile it now, but you couldn't a few days ago when the broken code that'd been in there since September hadn't yet been fixed. ;) -- Andrea Faulds https://ajf.me/