Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:9427 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 60291 invoked by uid 1010); 20 Apr 2004 15:30:41 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 60187 invoked from network); 20 Apr 2004 15:30:39 -0000 Received: from unknown (HELO sapo.pt) (212.55.154.25) by pb1.pair.com with SMTP; 20 Apr 2004 15:30:39 -0000 Received: (qmail 16133 invoked from network); 20 Apr 2004 15:30:38 -0000 Received: from unknown (HELO sapo.pt) (10.134.35.156) by relay5 with SMTP; 20 Apr 2004 15:30:38 -0000 Received: (qmail 7177 invoked from network); 20 Apr 2004 15:30:01 -0000 Received: from unknown (HELO pc07653) (nunoplopes@sapo.pt@[81.193.152.111]) (envelope-sender ) by mta6 (qmail-ldap-1.03) with SMTP for ; 20 Apr 2004 15:30:01 -0000 Message-ID: <001101c426ec$9885a810$0100a8c0@pc07653> To: "PHPdev" Date: Tue, 20 Apr 2004 16:31:48 +0100 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1409 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1409 Subject: tidy patch? From: nlopess@php.net ("Nuno Lopes") Hello, It seems that nobody applied my patch to tidy (maybe because of the hot discussion). Please review it here: http://news.php.net/article.php?group=php.internals&article=9338 It fixes a bug and completes the changes to the StudlyCaps convention. It also frees up some memory, because I've removed an unused function (that was used to throw exceptions). It would be great that this patch was commited before RC2, as the others bugs were already corrected by John, Derick, and my previous patch. Nuno