Newsgroups: php.internals,php.webmaster Path: news.php.net Xref: news.php.net php.internals:86710 php.webmaster:21378 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 93031 invoked from network); 16 Jun 2015 11:58:47 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 16 Jun 2015 11:58:47 -0000 Authentication-Results: pb1.pair.com smtp.mail=johannes@schlueters.de; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=johannes@schlueters.de; sender-id=unknown Received-SPF: error (pb1.pair.com: domain schlueters.de from 217.114.215.10 cause and error) X-PHP-List-Original-Sender: johannes@schlueters.de X-Host-Fingerprint: 217.114.215.10 mail.experimentalworks.net Received: from [217.114.215.10] ([217.114.215.10:43011] helo=mail.experimentalworks.net) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 54/02-14163-57F00855 for ; Tue, 16 Jun 2015 07:58:46 -0400 Received: by mail.experimentalworks.net (Postfix, from userid 1003) id 2BC094BE81; Tue, 16 Jun 2015 13:59:29 +0200 (CEST) X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on km31408.keymachine.de X-Spam-Level: * X-Spam-Status: No, score=1.4 required=4.0 tests=ALL_TRUSTED, DNS_FROM_AHBL_RHSBL autolearn=no version=3.3.2 X-Spam-HAM-Report: * 2.4 DNS_FROM_AHBL_RHSBL RBL: Envelope sender listed in dnsbl.ahbl.org * -1.0 ALL_TRUSTED Passed through trusted hosts only via SMTP Received: from [192.168.2.34] (ppp-93-104-5-56.dynamic.mnet-online.de [93.104.5.56]) (using TLSv1.2 with cipher DHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) (Authenticated sender: johannes@schlueters.de) by mail.experimentalworks.net (Postfix) with ESMTPSA id CB80E4BE80; Tue, 16 Jun 2015 13:59:26 +0200 (CEST) Message-ID: <1434455919.21120.0.camel@kuechenschabe> To: Christoph Becker Cc: Jan Ehrhardt , "internals@lists.php.net >> PHP Internals" , php-webmaster@lists.php.net Date: Tue, 16 Jun 2015 13:58:39 +0200 In-Reply-To: <557F6788.9040908@gmx.de> References: <00c501d0a773$f84fee90$e8efcbb0$@belski.net> <557EDF48.9000800@gmx.de> <1434379932.17693.5.camel@kuechenschabe> <1434400117.17693.10.camel@kuechenschabe> <4efunalbluqdcrf5h91lmsqtedj5t40i95@4ax.com> <557F4B64.6040403@gmx.de> <1434411840.17693.17.camel@kuechenschabe> <557F6788.9040908@gmx.de> Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.10.4-0ubuntu2 Mime-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [PHP-DEV] PHP7 releases vs Windows Sources? From: johannes@schlueters.de (Johannes =?ISO-8859-1?Q?Schl=FCter?=) On Tue, 2015-06-16 at 02:02 +0200, Christoph Becker wrote: > Johannes Schlüter wrote: > > > On Tue, 2015-06-16 at 00:02 +0200, Christoph Becker wrote: > > > >> Why should these downloads be disabled? They contain exactly what could > >> be checked out from the respective tag. > > > > It is not including the generated parsers. This means the user might use > > a different version, which might cause a bug which might be hard to > > debug as usage of provided files is assumed. > > Fair enough. However, the Windows sources neither contain the generated > parser files, because they would break linking on Windows, see > . This is a bug and has to be addressed. johannes