Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:21270 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 88507 invoked by uid 1010); 18 Dec 2005 19:12:31 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 88489 invoked from network); 18 Dec 2005 19:12:31 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 18 Dec 2005 19:12:31 -0000 X-Host-Fingerprint: 212.112.227.169 ipx11223.ipxserver.de Linux 2.5 (sometimes 2.4) (4) Received: from ([212.112.227.169:38570] helo=ipx11223.ipxserver.de) by pb1.pair.com (ecelerity 2.0 beta r(6323M)) with SMTP id 5C/25-14561-C94B5A34 for ; Sun, 18 Dec 2005 14:12:28 -0500 Received: from localhost (localhost [127.0.0.1]) by ipx11223.ipxserver.de (Postfix) with ESMTP id A55F6DF0143 for ; Sun, 18 Dec 2005 20:12:27 +0100 (CET) Received: from ipx11223.ipxserver.de ([127.0.0.1]) by localhost (ipx11223 [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 21745-03 for ; Sun, 18 Dec 2005 20:12:14 +0100 (CET) Received: from [127.0.0.1] (i577B52B8.versanet.de [87.123.82.184]) by ipx11223.ipxserver.de (Postfix) with ESMTP id 2162DDF013D for ; Sun, 18 Dec 2005 20:12:14 +0100 (CET) Message-ID: <43A5B487.6070405@php.net> Date: Sun, 18 Dec 2005 20:12:07 +0100 User-Agent: Mozilla Thunderbird 1.0.7 (Windows/20050923) X-Accept-Language: en-us, en MIME-Version: 1.0 To: PHP Developers Mailing List Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: by somedaemon at backendmedia.com Subject: supported OS/platforms From: lsmith@php.net (Lukas Smith) Hi, As per the release check list that Derick and Ilia wrote up [1] we now have something called "primary testers". This is a list of projects per php branch that will get directly notified of php RC's. We have one for PHP 4.x [2], 5.x [3] and 6.x [4]. Now as far as I know the level of success has not been all to great, but atleast it should push some responsibility to the given projects if we happen to have a release snafu. Maybe we can make this more high profile, by having some buttons "official php primary tester", you know for the warm fuzzy feeling ;-) Anyways I remember some discussions about this on internals (or maybe it was a PEAR meeting) about what platforms to support. Obviously this is a question on what the developers focus and also on what we test on. So there are a number of different operating systems to consider, a number of processor types to consider (or even just 32bit versus 64bit). As for testing this is an area where some of our high profile newly one corporate friends might be able to step up? Especially with the emergence of the gcov setup [5][6] we also have a nice setup to make the testing automated with pretty reports and even visual gadgets. So I guess I am soliciting feedback on how to make the "primary tester" idea more successful, how to get testing done on as many platforms as possible (which would probably implicitly define our "target" platforms) and finally highliht the cool work that was done in the entire gcov department. regards, Lukas [1] http://oss.backendmedia.com/ReleaseChecklist [2] http://oss.backendmedia.com/PhP4yz [3] http://oss.backendmedia.com/PhP5yz [4] http://oss.backendmedia.com/PhP6yz [5] http://gcov.php.net/ [6] http://gcov.php.net/PHP_5_1/run-tests.log.php