Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:21272 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 93879 invoked by uid 1010); 18 Dec 2005 19:26:45 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 93864 invoked from network); 18 Dec 2005 19:26:45 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 18 Dec 2005 19:26:45 -0000 X-Host-Fingerprint: 212.112.227.169 ipx11223.ipxserver.de Linux 2.5 (sometimes 2.4) (4) Received: from ([212.112.227.169:34658] helo=ipx11223.ipxserver.de) by pb1.pair.com (ecelerity 2.0 beta r(6323M)) with SMTP id 18/E5-14561-4F7B5A34 for ; Sun, 18 Dec 2005 14:26:45 -0500 Received: from localhost (localhost [127.0.0.1]) by ipx11223.ipxserver.de (Postfix) with ESMTP id AAEDCDF0143; Sun, 18 Dec 2005 20:26:45 +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-09; Sun, 18 Dec 2005 20:26:35 +0100 (CET) Received: from [127.0.0.1] (i577B52B8.versanet.de [87.123.82.184]) by ipx11223.ipxserver.de (Postfix) with ESMTP id 9FC61DF013D; Sun, 18 Dec 2005 20:26:34 +0100 (CET) Message-ID: <43A5B7E4.3050105@php.net> Date: Sun, 18 Dec 2005 20:26:28 +0100 User-Agent: Mozilla Thunderbird 1.0.7 (Windows/20050923) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Ilia Alshanetsky Cc: PHP Developers Mailing List References: <43A5B487.6070405@php.net> <43A5B727.1030107@prohost.org> In-Reply-To: <43A5B727.1030107@prohost.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: by somedaemon at backendmedia.com Subject: Re: [PHP-DEV] supported OS/platforms From: lsmith@php.net (Lukas Smith) Ilia Alshanetsky wrote: > Lukas Smith wrote: > >>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]. > > > I disagree with you in that respect, I received a fair amount of input > from our test projects. One of the responses lead to a resolution of a > nasty bug affecting smarty templating system and through it the project > being tested. If we get A LOT of feedback it means our release is badly > broken ;-). Ah great! Last time I checked back with Derick the feedback was minimal. >>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. > > > I see no reason to add limits on the supported platforms, the bottom > line if you can compile PHP on your platform of choice it is technically > supported. Ok, I probably did not word things optimally. I guess the focus was more on getting more platforms in the test setup. > gcov shows code coverage it does not tell if you the code is working or > not. If anything it is a tool to help devise tests that would examine as > much code behavior as possible. But the way I read the reports we also get the test results as a "side benefit" including valgrind. regards, Lukas