Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:95883 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 6800 invoked from network); 9 Sep 2016 23:56:32 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 9 Sep 2016 23:56:32 -0000 Authentication-Results: pb1.pair.com smtp.mail=cmbecker69@gmx.de; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=cmbecker69@gmx.de; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmx.de designates 212.227.17.21 as permitted sender) X-PHP-List-Original-Sender: cmbecker69@gmx.de X-Host-Fingerprint: 212.227.17.21 mout.gmx.net Received: from [212.227.17.21] ([212.227.17.21:56723] helo=mout.gmx.net) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id BB/E9-46544-D2C43D75 for ; Fri, 09 Sep 2016 19:56:31 -0400 Received: from [192.168.2.103] ([79.243.115.246]) by mail.gmx.com (mrgmx102) with ESMTPSA (Nemesis) id 0MgYGJ-1bMjY345l1-00O22Q; Sat, 10 Sep 2016 01:56:21 +0200 To: Andrea Faulds , 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> <7B.39.46544.FC643D75@pb1.pair.com> Message-ID: <1215a2bd-5e0b-2819-decc-2797e8a2d211@gmx.de> Date: Sat, 10 Sep 2016 01:56:26 +0200 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.2.0 MIME-Version: 1.0 In-Reply-To: <7B.39.46544.FC643D75@pb1.pair.com> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Provags-ID: V03:K0:fyJcSAziWQ2NxBjKhdBXcy4BcDO2jCAF7SUS1YGo4AkEOijp4yn A+x+3K6PzfSshNioeOTUrssKdeBzTXgwscgUjqOA65oevhLs/LhQhztYN+C8rXnzpHWd/d0 HuLVTwxvAambYmBMR1X6g5wg6U04lVTLN1t74R6KGSZIS7dwbM9ksrYSzwSxx2wymkfQn2i rU3cUnTh+1ya6UynKhTOw== X-UI-Out-Filterresults: notjunk:1;V01:K0:jhU5khZxSRE=:TM+3Jp9tfBF2K+JtAh6TJm /qWrRbuXRKjMadzo488nrxqg3Z+raXth6eJ6+DLZ+7MRvvbjB3C+SXCzI6E8tTd3rMyNRca3C EYNPp2Zha/+dUC9ozJwJNtrrIRpVJRt/9cECWGcGFco9WBWkxhLnagZwU0VFGj46+5jtaF+lO L3I+r48/eiytsgV7FZL10cE26FH+7ilYd0q4OXmmXgbomlb4zr/fLVHxKbzRmK/69s45TdMPi qFv9xFlmWTKFSd4wk8n3fB9tc4wZdc2sMk1wwuNylLEwxa4KKp9XkmCCafJh3LypHlSunzS6+ IGmt4QcYYed595/A8wxGqk2ZuuJUbyUuigwCrp8QmEV5ee6gbcb6MWJmPYJ+a+smieH0n4PQ+ c+2TYtAwysEC5FnbMw4cqeGhG3urr26q2DOurBOacoxmdQhpAjOmcCt93Npd84zhHYiHUlV1e skxf8VU5tcSclpKHx7Ir5FU4IPThoRKvM9naFDo7+rI6FxjRwUZ+1aJM1dkjFGLgZE7qR5ehP 5z0C2DffDWAIL5xorofhr9h841W8t+Txb7FSb0f8AM9T3aj0UC6PSZ47G9TQ2bBPi0QSyCvQZ x9KJ9mSDJUQkjV0OpgWOnTORAFv7jHAM/fNtcmjUWgCk3SqzdMI4MBMIiUbbzwWKiCNtyjGUF lk4MxeH3PsHl7SXKo9y5yV21o0r6Eu+DNO7lDvCMqGRi7udkeMZICYEIQ0n3IC7MnyQfsNYgn aJM20fp+7ufl6ePw5y6pHzUiaaWR8PjWQoFbn8v+BDw3GXaeIjk/z81Wbx0r/MgwB3/ObXcbO O0S4VRP Subject: Re: The death of `#ifndef FAST_ZPP`? From: cmbecker69@gmx.de ("Christoph M. Becker") Hi Andrea! On 10.09.2016 at 01:33, Andrea Faulds wrote: > 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. ;) Oh, I see. -- Christoph M. Becker