Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:74769 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 59328 invoked from network); 6 Jun 2014 03:46:45 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 6 Jun 2014 03:46:45 -0000 X-Host-Fingerprint: 178.235.226.57 178235226057.olsztyn.vectranet.pl Received: from [178.235.226.57] ([178.235.226.57:23747] helo=localhost.localdomain) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 2D/60-55929-4A931935 for ; Thu, 05 Jun 2014 23:46:44 -0400 Message-ID: <2D.60.55929.4A931935@pb1.pair.com> To: internals@lists.php.net Date: Fri, 06 Jun 2014 05:46:42 +0200 User-Agent: Mozilla/5.0 (Windows NT 6.1; rv:24.0) Gecko/20100101 Thunderbird/24.5.0 MIME-Version: 1.0 References: <8305622955BF49F18659A0CACD51E1DA@pc07654> In-Reply-To: <8305622955BF49F18659A0CACD51E1DA@pc07654> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Posted-By: 178.235.226.57 Subject: Re: [PHP-DEV] tests code coverage for php 5.5 From: sobak@php.net (Maciej Sobaczewski) > > P.S.: BTW, regarding the existence of gcov.php.net, when it was created > there were no off-the-shelf solutions, and therefore we created our own. > It's not awsome, but works fine. Of course I'm fine with killing it when > a replacement becomes available. To be clear. I don't think that gcov.php.net is useless/bad. I'm impressed how much work was done to create own system like this one. I was just wondering if we don't duplicate some functionalities. Also, good to know, that bug is fixed, thanks. Regards, Maciej.