Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:55602 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 83413 invoked from network); 23 Sep 2011 10:23:05 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 23 Sep 2011 10:23:05 -0000 Authentication-Results: pb1.pair.com header.from=rasmus@lerdorf.com; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=rasmus@lerdorf.com; spf=permerror; sender-id=unknown Received-SPF: error (pb1.pair.com: domain lerdorf.com from 209.85.214.42 cause and error) X-PHP-List-Original-Sender: rasmus@lerdorf.com X-Host-Fingerprint: 209.85.214.42 mail-bw0-f42.google.com Received: from [209.85.214.42] ([209.85.214.42:35575] helo=mail-bw0-f42.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 98/06-46707-80E5C7E4 for ; Fri, 23 Sep 2011 06:23:05 -0400 Received: by bkar4 with SMTP id r4so3494994bka.29 for ; Fri, 23 Sep 2011 03:23:01 -0700 (PDT) Received: by 10.204.152.15 with SMTP id e15mr55594bkw.275.1316773381149; Fri, 23 Sep 2011 03:23:01 -0700 (PDT) Received: from [172.17.7.157] ([212.24.153.156]) by mx.google.com with ESMTPS id v16sm11030215bkd.6.2011.09.23.03.22.59 (version=SSLv3 cipher=OTHER); Fri, 23 Sep 2011 03:23:00 -0700 (PDT) Message-ID: <4E7C5E04.7020506@lerdorf.com> Date: Fri, 23 Sep 2011 12:23:00 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:6.0.2) Gecko/20110906 Thunderbird/6.0.2 MIME-Version: 1.0 To: Pierre Joye CC: Alan Knowles , internals@lists.php.net References: <4E790B82.6090805@akbkhome.com> <8C.A0.17510.E4DE97E4@pb1.pair.com> <1316615094.2810.5.camel@guybrush> <1316629502-sup-831@fewbar.com> <20110922134956.GA28577@panix.com> <1316709104-sup-2744@fewbar.com> <1316713382.1290.60.camel@guybrush> <4E7BBA23.2080001@lerdorf.com> <4E7BC6BF.6080702@akbkhome.com> <4E7C5A24.8080305@lerdorf.com> In-Reply-To: X-Enigmail-Version: 1.2.1 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] Re: is_a() - again - a better fix From: rasmus@lerdorf.com (Rasmus Lerdorf) On 09/23/2011 12:17 PM, Pierre Joye wrote: > We do 2) already (while we are working on increasing the amount of > apps and frameworks being tested), as I was asking to revert this > patch between 5.3.7 and 5.3.8 back then pointing to our tests results > and numerous reports. The problem was not in the QA but in the > decision process. QA should have a kind of veto power in this case to > avoid arguing and still have BC breaks landing in stable releases. Well, 5.3.7 - 5.3.8 wasn't really the problem. That release was rushed to fix my crypt screwup. This should have been caught in the 5.3.6 - 5.3.7 testing which lasted much longer than the short window to 5.3.8. -Rasmus