Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:55601 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 81545 invoked from network); 23 Sep 2011 10:18:25 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 23 Sep 2011 10:18:25 -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:37549] helo=mail-bw0-f42.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 90/95-46707-FEC5C7E4 for ; Fri, 23 Sep 2011 06:18:25 -0400 Received: by bkar4 with SMTP id r4so3491221bka.29 for ; Fri, 23 Sep 2011 03:18:19 -0700 (PDT) Received: by 10.204.136.66 with SMTP id q2mr2484214bkt.269.1316773098918; Fri, 23 Sep 2011 03:18:18 -0700 (PDT) Received: from [172.17.7.157] ([212.24.153.156]) by mx.google.com with ESMTPS id z9sm11011177bkn.7.2011.09.23.03.18.17 (version=SSLv3 cipher=OTHER); Fri, 23 Sep 2011 03:18:17 -0700 (PDT) Message-ID: <4E7C5CE9.40000@lerdorf.com> Date: Fri, 23 Sep 2011 12:18:17 +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: Patrick ALLAERT 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=UTF-8 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:13 PM, Patrick ALLAERT wrote: > 2011/9/23 Rasmus Lerdorf >> 2. Maybe we should think bigger and put more focus on having large PHP >> frameworks and apps test every RC. Currently we notify them of RCs >> and just hope someone will test and report back, but that obviously >> isn't working. We need a Daniel Brown-like approach to this. Someone >> who is really annoyingly persistent and will hunt down people to >> test RCs and keep a sign-off checklist of projects that have given >> a thumbs-up on an RC. > > Solution 2: +1 > > Having a Jenkins instance which would run major framework testsuites > against the different versions of PHP? That would be cool, but a lot of work to maintain since every framework/app has different ways of testing and we'll want to test different versions. It seems like the best bet is to get the people who know the code best to maintain the tests. If we could get all of them to set up *and maintain* their stuff on the Jenkins instance it would be ideal, but that's probably dreaming in technicolor. -Rasmus