Newsgroups: php.internals,php.pecl.dev Path: news.php.net Xref: news.php.net php.internals:26009 php.pecl.dev:4242 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 22915 invoked by uid 1010); 9 Oct 2006 19:40:18 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 22898 invoked from network); 9 Oct 2006 19:40:18 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 9 Oct 2006 19:40:18 -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:53884] helo=sapo.pt) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id D7/81-27792-0A5AA254 for ; Mon, 09 Oct 2006 15:40:18 -0400 Received: (qmail 11647 invoked from network); 9 Oct 2006 19:40:13 -0000 Received: from unknown (HELO sapo.pt) (10.134.35.156) by relay3 with SMTP; 9 Oct 2006 19:40:13 -0000 Received: (qmail 32302 invoked from network); 9 Oct 2006 19:40:12 -0000 X-AntiVirus: PTMail-AV 0.3-0.88.4 X-Virus-Status: Clean (0.00568 seconds) Received: from unknown (HELO pc07653) (nunoplopes@sapo.pt@[82.155.79.166]) (envelope-sender ) by mta6 (qmail-ldap-1.03) with SMTP for ; 9 Oct 2006 19:40:12 -0000 Message-ID: <014f01c6ebda$bd1dc300$0100a8c0@pc07653> To: "PHPdev" Cc: Date: Mon, 9 Oct 2006 20:40:13 +0100 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="Windows-1252"; reply-type=original 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: new gcov website From: nlopess@php.net ("Nuno Lopes") 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. I would like to ear some comments and suggestions about how to improve the website, which new tools should be added, if you like the interface or not, etc.. At last, I would like to thank everybody that contributed to this project. Regards, Nuno