Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:89396 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 45976 invoked from network); 24 Nov 2015 20:49:14 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 24 Nov 2015 20:49:14 -0000 Authentication-Results: pb1.pair.com header.from=bobwei9@hotmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=bobwei9@hotmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain hotmail.com designates 65.55.111.84 as permitted sender) X-PHP-List-Original-Sender: bobwei9@hotmail.com X-Host-Fingerprint: 65.55.111.84 blu004-omc2s9.hotmail.com Received: from [65.55.111.84] ([65.55.111.84:59392] helo=BLU004-OMC2S9.hotmail.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 17/0E-57156-74DC4565 for ; Tue, 24 Nov 2015 15:49:11 -0500 Received: from BLU436-SMTP165 ([65.55.111.71]) by BLU004-OMC2S9.hotmail.com over TLS secured channel with Microsoft SMTPSVC(7.5.7601.23008); Tue, 24 Nov 2015 12:49:07 -0800 X-TMN: [zLiA0gzA3txfP/glXb1/X3EiRPOVLuhO] X-Originating-Email: [bobwei9@hotmail.com] Message-ID: Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 (Mac OS X Mail 9.1 \(3096.5\)) In-Reply-To: <5654BAE2.8020306@beccati.com> Date: Tue, 24 Nov 2015 21:49:02 +0100 CC: Andrea Faulds , Matteo Beccati , internals PHP Content-Transfer-Encoding: quoted-printable References: <56547DFE.3080407@php.net> <565496FA.2010604@gmail.com> <84.DA.57156.C6B94565@pb1.pair.com> <56549E24.7030902@gmail.com> <5654BAE2.8020306@beccati.com> To: Anatol Belski X-Mailer: Apple Mail (2.3096.5) X-OriginalArrivalTime: 24 Nov 2015 20:49:05.0521 (UTC) FILETIME=[8ED0B610:01D126F9] Subject: Re: [PHP-DEV] Scalar Type Declaration Syntax Weirdness From: bobwei9@hotmail.com (Bob Weinand) > Am 24.11.2015 um 20:30 schrieb Matteo Beccati : >=20 > On 24/11/2015 18:50, Andrea Faulds wrote: >> There's no syntax change. We'd be adding another fatal error to >> zend_compile.c triggered by a flag on the token. No messing around = with >> the parser. >>=20 >> I understand your concern about the risk, but it's the kind of change >> that wouldn't break anything without it being tremendously obvious. >=20 > I agree and we should be still in time for RC8. >=20 >=20 > Cheers > --=20 > Matteo Beccati Hey, I fixed the issue via = http://git.php.net/?p=3Dphp-src.git;a=3Dcommitdiff;h=3D569763cb1ac67f56e77= 43062ca8b3b7c650c1254 I think too this should go into PHP 7.0.0 as it is some type of a = language related change (even if not directly failing in parser...) Bob=