Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:89291 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 26116 invoked from network); 22 Nov 2015 05:18:07 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 22 Nov 2015 05:18:07 -0000 Authentication-Results: pb1.pair.com smtp.mail=ircmaxell@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=ircmaxell@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 74.125.82.53 as permitted sender) X-PHP-List-Original-Sender: ircmaxell@gmail.com X-Host-Fingerprint: 74.125.82.53 mail-wm0-f53.google.com Received: from [74.125.82.53] ([74.125.82.53:37142] helo=mail-wm0-f53.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 6B/03-23339-E0051565 for ; Sun, 22 Nov 2015 00:18:06 -0500 Received: by wmww144 with SMTP id w144so66524720wmw.0 for ; Sat, 21 Nov 2015 21:18:03 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; bh=9ep/dbLC9Fnni1JkFFqMbhLxoBAoQt5+KXCzYQDlGUE=; b=nWpzo0p2O0dxj8kPDruzXYj4h0b2Wy3Ja7CNjIVZPftwT4R7Ub4I/iFDM8DrgCgfEk 8Cn3Gi08o19L6NfO9OSs8+7tY+H99EWUBrHQxoEpNbhJ4ix1A0dv++AR9SaYU9mAEdcC 98JLL72VE7rrzjeG6Q9XwXJJsNUGMACPhqGX/DXxInDHMAdUXDBo2t5IVM07MpKtkgR5 ssPmqlTwUahz60j33o6xUWkkmMa6BYfKswE/y6730mZXPqkLuVy/OUp4M5p+5B4c/xwe ChHEgskeBwXl6IKohKX1Q+LcKNpf8lMv0BHkz6+r3edqTICDvEsB789dmtWpIkRaYDrQ HZjQ== MIME-Version: 1.0 X-Received: by 10.194.52.68 with SMTP id r4mr22364512wjo.8.1448169483639; Sat, 21 Nov 2015 21:18:03 -0800 (PST) Received: by 10.28.226.10 with HTTP; Sat, 21 Nov 2015 21:18:03 -0800 (PST) In-Reply-To: <112FFBCD-8445-40BC-B92F-3A97D3E97C4C@zend.com> References: <112FFBCD-8445-40BC-B92F-3A97D3E97C4C@zend.com> Date: Sun, 22 Nov 2015 00:18:03 -0500 Message-ID: To: Zeev Suraski Cc: "internals@lists.php.net" Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: Re: [PHP-DEV] INDRECT in arrays causes count() to become unpredictable From: ircmaxell@gmail.com (Anthony Ferrara) Zeev, On Sat, Nov 21, 2015 at 11:52 PM, Zeev Suraski wrote: > >> On 22 =D7=91=D7=A0=D7=95=D7=91=D7=B3 2015, at 0:47, Anthony Ferrara wrote: >> >> I think this is significant enough to be a blocker to gold and that we >> should fix it prior to release. >> >> Thoughts? >> > > IMHO, unless we think fixing this would require breaking binary compatibi= lity (which I don't think is the case) - this shouldn't block 7.0.0. 7.0.0= is a lot more about getting people to start paying attention to 7.0 and st= art testing their codebase against it - finding both the incompatibilities = in their code and, undoubtedly - the bugs we failed to find. I wish we cou= ld say this would be the last issue we find in 7.0, but I think we can all = agree it's wishful thinking... Consider that Distros may very well pick whatever we call stable for LTS releases. Meaning that non-critical (crash/security) bugs that we miss may wind up living on for a VERY long time. If we don't intend .0 to be stable, then what's the point of versioning in the first place? Xinchen, Very interesting on the fix. I do think it's important for this to land with 7, but at least we can have the discussion. Thanks!!! Anthony