Newsgroups: php.internals,php.pecl.dev Path: news.php.net Xref: news.php.net php.internals:25581 php.pecl.dev:4115 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 47673 invoked by uid 1010); 8 Sep 2006 16:43:46 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 47658 invoked from network); 8 Sep 2006 16:43:45 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 8 Sep 2006 16:43:45 -0000 Authentication-Results: pb1.pair.com header.from=nlopess@php.net; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=nlopess@php.net; spf=permerror; sender-id=unknown Received-SPF: error (pb1.pair.com: domain php.net from 212.55.154.21 cause and error) X-PHP-List-Original-Sender: nlopess@php.net X-Host-Fingerprint: 212.55.154.21 relay1.ptmail.sapo.pt Linux 2.4/2.6 Received: from [212.55.154.21] ([212.55.154.21:52873] helo=sapo.pt) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 3A/35-13053-0CD91054 for ; Fri, 08 Sep 2006 12:43:45 -0400 Received: (qmail 4216 invoked from network); 8 Sep 2006 16:43:41 -0000 Received: from unknown (HELO sapo.pt) (10.134.35.154) by relay1 with SMTP; 8 Sep 2006 16:43:41 -0000 Received: (qmail 2178 invoked from network); 8 Sep 2006 16:43:39 -0000 X-AntiVirus: PTMail-AV 0.3-0.88.4 X-Virus-Status: Clean (0.48518 seconds) Received: from unknown (HELO pc07653) (nunoplopes@sapo.pt@[82.155.77.219]) (envelope-sender ) by mta4 (qmail-ldap-1.03) with SMTP for ; 8 Sep 2006 16:43:39 -0000 Message-ID: <009301c6d365$f199bd60$0100a8c0@pc07653> To: "phpxcache" Cc: "PHPdev" , References: <007a01c6d1d5$c1886ae0$0100a8c0@pc07653> <28139bc0609071815p6e36294bu890726310e3fbdf9@mail.gmail.com> Date: Fri, 8 Sep 2006 17:43:40 +0100 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="UTF-8"; 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: automated checking of zend_parse_parameters() From: nlopess@php.net ("Nuno Lopes") > geat job. it's much faster than valgrind. and can find 64bit/be etc > problems. > it's something a must have like gcc printf format attribute. thanks :) its job is really find bugs proactively, like the usual 64-bits (int vs long) bugs. Ideally it should be performed by a real C parser, but that's way too much work :) > u may have already notice: the line number is wrong sometimes. I've fixed this problem (although I haven't updated the on-line files yet). I've commited the last version of the script to both php 5.2 and 6 branches. Nuno