Newsgroups: php.internals,php.pecl.dev Path: news.php.net Xref: news.php.net php.internals:26010 php.pecl.dev:4243 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 48998 invoked by uid 1010); 9 Oct 2006 20:44:27 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 48982 invoked from network); 9 Oct 2006 20:44:27 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 9 Oct 2006 20:44:27 -0000 Authentication-Results: pb1.pair.com smtp.mail=rasmus@lerdorf.com; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=rasmus@lerdorf.com; sender-id=unknown Received-SPF: error (pb1.pair.com: domain lerdorf.com from 204.11.219.139 cause and error) X-PHP-List-Original-Sender: rasmus@lerdorf.com X-Host-Fingerprint: 204.11.219.139 lerdorf.com Linux 2.5 (sometimes 2.4) (4) Received: from [204.11.219.139] ([204.11.219.139:45717] helo=lerdorf.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 2D/16-27792-9A4BA254 for ; Mon, 09 Oct 2006 16:44:27 -0400 Received: from [207.126.233.18] (rasmus2.corp.yahoo.com [207.126.233.18]) (authenticated bits=0) by lerdorf.com (8.13.8/8.13.8/Debian-2) with ESMTP id k99KiMNa013589; Mon, 9 Oct 2006 13:44:22 -0700 Message-ID: <452AB4A6.9050903@lerdorf.com> Date: Mon, 09 Oct 2006 13:44:22 -0700 User-Agent: Thunderbird 1.5.0.7 (Macintosh/20060909) MIME-Version: 1.0 To: Nuno Lopes CC: PHPdev , pecl-dev@lists.php.net References: <014f01c6ebda$bd1dc300$0100a8c0@pc07653> In-Reply-To: <014f01c6ebda$bd1dc300$0100a8c0@pc07653> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [PECL-DEV] new gcov website From: rasmus@lerdorf.com (Rasmus Lerdorf) Nuno Lopes wrote: > Hello all, > > Today I've released the new version of the gcov website > (http://gcov.php.net/). > It already built a full PHP 5.2 release with most extensions enabled and it > is now building PHP 4.4 and PHP 6. > > In this new website, I think you'll find easier to spot errors, find > problems (test regressions, mem leaks, ..) or simply see the nice > stats/graphs around. For now, no PECL extensions are enabled, but I'll > start > to enable them by request (maintained extensions only, that don't break the > build). The priority now is to enable all core extensions which aren't > enabled yet. Looks cool. Are the graphs working? http://gcov.php.net/viewer.php?version=PHP_4_4&func=graph&mode=weekly This doesn't show any. -Rasmus