Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:25577 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 98094 invoked by uid 1010); 7 Sep 2006 19:21:07 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 98079 invoked from network); 7 Sep 2006 19:21:07 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 7 Sep 2006 19:21:07 -0000 Authentication-Results: pb1.pair.com header.from=pierre.php@gmail.com; sender-id=pass; domainkeys=good Authentication-Results: pb1.pair.com smtp.mail=pierre.php@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 66.249.92.174 as permitted sender) DomainKey-Status: good X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: pierre.php@gmail.com X-Host-Fingerprint: 66.249.92.174 ug-out-1314.google.com Linux 2.4/2.6 Received: from [66.249.92.174] ([66.249.92.174:48775] helo=ug-out-1314.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id A5/53-50225-12170054 for ; Thu, 07 Sep 2006 15:21:06 -0400 Received: by ug-out-1314.google.com with SMTP id k3so334213ugf for ; Thu, 07 Sep 2006 12:21:03 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=EOubg1YiOw7zC8Qs2bRkcVIZOSqeBP22zsso0o2/D8mqmgI3y85G15gxtFM1Axm7/Hsabc0t8iVt0qmEiNjd+ayKrmLcCpJK53s+tKlEGAIL4EWapv+vAs+quxpVtFxqSHn3Znw3YFHeuv0zGETikYg12V3/+eveA9YIngkxbGs= Received: by 10.66.222.9 with SMTP id u9mr638705ugg; Thu, 07 Sep 2006 12:21:03 -0700 (PDT) Received: by 10.66.222.12 with HTTP; Thu, 7 Sep 2006 12:21:02 -0700 (PDT) Message-ID: Date: Thu, 7 Sep 2006 21:21:02 +0200 To: "Marcus Boerger" Cc: internals@lists.php.net, helly@sp1.php.net In-Reply-To: <2593979.20060907202523@marcus-boerger.de> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <20060907160613.68cc92be@pierre-u64> <2593979.20060907202523@marcus-boerger.de> Subject: Re: [PHP-DEV] Re: Build and gcov test of PHP_5_2 finished From: pierre.php@gmail.com (Pierre) Hello, On 9/7/06, Marcus Boerger wrote: > Right now we have no way to show it easily. This is all I need: http://gcov.php.net/PHP_5_2/tests/ext/zip/tests/ > But even right now failed tests have alink 'diff'or 'leaks' or both which > show the diff information and leak infofrom valgrind respectively. Obviously > too hard to find, sorry but it was a quick shot. It was off my screen, being lazy, I did not scroll to the left. For the record, I asked Nuno to check what is used there and it seems that the 5.2 gcov still uses PECL for Zip. It should use ext/zip, the same applies to json or filter. Cheers, --Pierre