Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:89723 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 75089 invoked from network); 7 Dec 2015 18:54:07 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 7 Dec 2015 18:54:07 -0000 Authentication-Results: pb1.pair.com smtp.mail=php_lists@realplain.com; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=php_lists@realplain.com; sender-id=unknown Received-SPF: error (pb1.pair.com: domain realplain.com from 68.114.190.26 cause and error) X-PHP-List-Original-Sender: php_lists@realplain.com X-Host-Fingerprint: 68.114.190.26 mtaout001-public.msg.strl.va.charter.net Received: from [68.114.190.26] ([68.114.190.26:37536] helo=mtaout001-public.msg.strl.va.charter.net) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id A7/B7-28320-CC5D5665 for ; Mon, 07 Dec 2015 13:54:05 -0500 Received: from impout001 ([68.114.189.16]) by mtaout001.msg.strl.va.charter.net (InterMail vM.9.00.021.00 201-2473-182) with ESMTP id <20151207185400.XXLN1472.mtaout001.msg.strl.va.charter.net@impout001>; Mon, 7 Dec 2015 12:54:00 -0600 Received: from pc1 ([97.87.188.16]) by impout001 with charter.net id qiu01r00M0Mfu3D01iu0kx; Mon, 07 Dec 2015 12:54:00 -0600 X-Authority-Analysis: v=2.1 cv=KPDUDT1o c=1 sm=1 tr=0 a=Ay788ph35uAhBIV2K373vw==:117 a=Ay788ph35uAhBIV2K373vw==:17 a=hOpmn2quAAAA:8 a=BCPeO_TGAAAA:8 a=8nJEP1OIZ-IA:10 a=67BIL_jfAAAA:8 a=FWIE_5OI57K9tGid-QEA:9 a=wPNLvfGTeEIA:10 a=Klpg4yezJpUA:10 Message-ID: <5F562492D25B4650AD21E7B51AD3C6E5@pc1> To: , "Bob Weinand" Date: Mon, 7 Dec 2015 12:54:00 -0600 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=original Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.5931 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.6157 Subject: Compilation fails without FAST_ZPP From: php_lists@realplain.com ("Matt Wilmas") Hi Bob, all, After this commit: http://git.php.net/?p=php-src.git;a=commitdiff;h=509712c7d9056b4ceb50134bfeea1a1115720744 In streamsfuncs.c, line 996 has an extra comma; and line 1511 has #ifdef instead of #ifndef ... BTW, maybe with the changes I'll propose, all this extra FAST_ZPP stuff can be cleaned up, for 7.1 at least. Thanks, Matt