Newsgroups: php.internals,php.qa Path: news.php.net Xref: news.php.net php.internals:44515 php.qa:65137 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 5831 invoked from network); 27 Jun 2009 03:02:41 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 27 Jun 2009 03:02:41 -0000 Authentication-Results: pb1.pair.com header.from=rasmus@lerdorf.com; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=rasmus@lerdorf.com; spf=permerror; sender-id=unknown Received-SPF: error (pb1.pair.com: domain lerdorf.com from 209.85.216.174 cause and error) X-PHP-List-Original-Sender: rasmus@lerdorf.com X-Host-Fingerprint: 209.85.216.174 mail-px0-f174.google.com Received: from [209.85.216.174] ([209.85.216.174:45827] helo=mail-px0-f174.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 44/92-08868-ECB854A4 for ; Fri, 26 Jun 2009 23:02:40 -0400 Received: by pxi4 with SMTP id 4so248820pxi.29 for ; Fri, 26 Jun 2009 20:02:35 -0700 (PDT) Received: by 10.114.92.20 with SMTP id p20mr6984372wab.90.1246071755475; Fri, 26 Jun 2009 20:02:35 -0700 (PDT) Received: from ?192.168.200.148? (c-69-181-146-64.hsd1.ca.comcast.net [69.181.146.64]) by mx.google.com with ESMTPS id k14sm2837868waf.25.2009.06.26.20.02.34 (version=TLSv1/SSLv3 cipher=RC4-MD5); Fri, 26 Jun 2009 20:02:35 -0700 (PDT) Message-ID: <4A458BC9.5090001@lerdorf.com> Date: Fri, 26 Jun 2009 20:02:33 -0700 User-Agent: Thunderbird 2.0.0.18 (Macintosh/20081105) MIME-Version: 1.0 To: Mark Karpeles CC: Scott MacVicar , Hannes Magnusson , PHP Development , PHP QA References: <7f3ed2c30906261529w5103b4f6leb8dd9860aeca741@mail.gmail.com> <1246069850.23605.12.camel@localhost> In-Reply-To: <1246069850.23605.12.camel@localhost> X-Enigmail-Version: 0.95.7 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] Re: [PHP-QA] Re: [PHP-DEV] Do you need different OS/platform to test on? Let "me" know From: rasmus@lerdorf.com (Rasmus Lerdorf) Mark Karpeles wrote: > http://php.magicaltux.net/browse/ (lots of memleaks reported on 5.3 & > HEAD, seems to be glibc-related and not real memleaks, and this is not > up-to-date as I didn't run the tests for a while and didn't automate it > because it takes a lot of cpu) Wondering why you did this. Was there something missing from our gcov valgrind output? http://gcov.php.net/viewer.php?version=PHP_5_3&func=valgrind And we have a per-extension code coverage thing here: http://gcov.php.net/PHP_5_3/lcov_html/ which seems like an interface we could tie this into. -Rasmus