Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:89333 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 72277 invoked from network); 23 Nov 2015 15:05:27 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 23 Nov 2015 15:05:27 -0000 Authentication-Results: pb1.pair.com smtp.mail=bobwei9@hotmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=bobwei9@hotmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain hotmail.com designates 157.55.1.173 as permitted sender) X-PHP-List-Original-Sender: bobwei9@hotmail.com X-Host-Fingerprint: 157.55.1.173 dub004-omc2s34.hotmail.com Received: from [157.55.1.173] ([157.55.1.173:53464] helo=DUB004-OMC2S34.hotmail.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 29/E3-47837-53B23565 for ; Mon, 23 Nov 2015 10:05:27 -0500 Received: from DUB406-EAS27 ([157.55.1.137]) by DUB004-OMC2S34.hotmail.com over TLS secured channel with Microsoft SMTPSVC(7.5.7601.23008); Mon, 23 Nov 2015 07:05:22 -0800 X-TMN: [jnFmuvfvGgZtKYelYvAMVXYztrpe5Sti] X-Originating-Email: [bobwei9@hotmail.com] Message-ID: Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 (1.0) Date: Mon, 23 Nov 2015 16:05:20 +0100 References: <112FFBCD-8445-40BC-B92F-3A97D3E97C4C@zend.com> <56523F74.9040708@lerdorf.com> <06a601d125c0$99d5cfd0$cd816f70$@belski.net> <5652D782.40601@lerdorf.com> <14D843AC-792B-4537-8859-023B98127E7D@zend.com> <034657A2-53AC-48CD-ABDD-6EB18896ABF6@lerdorf.com> To: Rasmus Lerdorf In-Reply-To: <034657A2-53AC-48CD-ABDD-6EB18896ABF6@lerdorf.com> CC: Anthony Ferrara , Zeev Suraski , Joe Watkins , Julien Pauli , Derick Rethans , Phil Sturgeon , Xinchen Hui , Anatol Belski , PHP internals X-OriginalArrivalTime: 23 Nov 2015 15:05:22.0281 (UTC) FILETIME=[5FFE4590:01D12600] Subject: Re: [PHP-DEV] INDRECT in arrays causes count() to become unpredictable From: bobwei9@hotmail.com (Bob Weinand) > Am 23.11.2015 um 15:52 schrieb Rasmus Lerdorf : >=20 >> On Nov 23, 2015, at 15:21, Anthony Ferrara wrote: >>=20 >> Rasmus, >>=20 >>> I think this was mostly a PR failure on my part actually. If I/we are a b= it more careful about how we handle similar issues and the people lurking wi= th itchy Twitter trigger fingers would spend a bit more time looking into th= e details we should all be able to get along and get a good launch with no c= ontroversy on Dec.3. >>=20 >> Sorry, but when you make a statement like: >>=20 >>> Nobody is going to take a .0.0 and push it straight to production. >>=20 >> THAT is more than a PR failure. That's a perspective failure. >=20 > I still don't see anyone going straight to production with 7.0.0 unless th= ey have been extensively testing the RCs. And if they have been extensively t= esting the RCs then any issues in them must not be impacting them. 7.0.0 is t= he wake up call for all the people who haven't been testing the RCs and as s= uch it will generate more issues, regardless of how long we wait. That's why= I still wouldn't suggest anyone go straight to production with 7.0.0 even i= f we delay another full year. This has nothing to do with being cavalier nor= having a perspective failure about anything, it has to do with being realis= tic and pragmatic about how things work based on years of experience doing t= his. >=20 > Every single release in the history of PHP has been a compromise. We have R= Cs until the set of fixes from one RC to the next is free of major issues. T= here will always be more issues, so we have to make a release decision at so= me point. >=20 > -Rasmus I think every party has valid points and I think Rasmus is right. We'll alwa= ys have some bugs where others think it's worthy a RC. I don't disagree with= putting the bugfix into the 7.0.0 release (without further RC). But after all it's affecting a rather edge case; just the symtables. I have y= et to see code which would break without the fix. It wouldn't be too bad to h= ave it in 7.0.1 now. It's not a PR failure. The only thing which harmed PR m= aybe is having put this up to public discussion, and then still... But still, that's Anatol and Kalle who have to decide whether a further RC i= s necessary. Please let's wait for their opinion now. Thanks, Bob=