Newsgroups: php.internals,php.pecl.dev Path: news.php.net Xref: news.php.net php.internals:26012 php.pecl.dev:4244 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 60388 invoked by uid 1010); 9 Oct 2006 21:36:02 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 60373 invoked from network); 9 Oct 2006 21:36:02 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 9 Oct 2006 21:36:02 -0000 Authentication-Results: pb1.pair.com smtp.mail=nlopess@php.net; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=nlopess@php.net; sender-id=unknown Received-SPF: error (pb1.pair.com: domain php.net from 212.55.154.23 cause and error) X-PHP-List-Original-Sender: nlopess@php.net X-Host-Fingerprint: 212.55.154.23 relay3.ptmail.sapo.pt Linux 2.4/2.6 Received: from [212.55.154.23] ([212.55.154.23:52460] helo=sapo.pt) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 03/A7-27792-0C0CA254 for ; Mon, 09 Oct 2006 17:36:02 -0400 Received: (qmail 26848 invoked from network); 9 Oct 2006 21:35:57 -0000 Received: from unknown (HELO sapo.pt) (10.134.35.152) by relay3 with SMTP; 9 Oct 2006 21:35:57 -0000 Received: (qmail 17822 invoked from network); 9 Oct 2006 21:35:57 -0000 X-AntiVirus: PTMail-AV 0.3-0.88.4 X-Virus-Status: Clean (0.00815 seconds) Received: from unknown (HELO pc07653) (nunoplopes@sapo.pt@[82.155.76.158]) (envelope-sender ) by mta2 (qmail-ldap-1.03) with SMTP for ; 9 Oct 2006 21:35:57 -0000 Message-ID: <004401c6ebea$e7742120$0100a8c0@pc07653> To: "Rasmus Lerdorf" Cc: "PHPdev" , References: <014f01c6ebda$bd1dc300$0100a8c0@pc07653> <452AB4A6.9050903@lerdorf.com> Date: Mon, 9 Oct 2006 22:35:56 +0100 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="Windows-1252"; reply-type=response Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.2869 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2962 Subject: Re: [PHP-DEV] Re: [PECL-DEV] new gcov website From: nlopess@php.net ("Nuno Lopes") > 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 The graphs aren't working yet because there's no meaningful data yet. Anyway I checked the build log and the images were outputted to the log instead of being written to the corresponding files. Something seems to be broken in the gd extension (it was working on my pc a few weeks ago). Nuno