Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:8569 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 82633 invoked by uid 1010); 17 Mar 2004 20:29:54 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 82387 invoked from network); 17 Mar 2004 20:29:53 -0000 Received: from unknown (HELO sapo.pt) (212.55.154.26) by pb1.pair.com with SMTP; 17 Mar 2004 20:29:53 -0000 Received: (qmail 19374 invoked from network); 17 Mar 2004 20:02:42 -0000 Received: from unknown (HELO sapo.pt) (10.134.35.153) by relay6 with SMTP; 17 Mar 2004 20:02:42 -0000 Received: (qmail 2509 invoked from network); 17 Mar 2004 20:02:04 -0000 Received: from unknown (HELO pc07653) (nunoplopes@sapo.pt@[81.193.141.22]) (envelope-sender ) by mta3 (qmail-ldap-1.03) with SMTP for ; 17 Mar 2004 20:02:04 -0000 Message-ID: <00c401c40c5b$73d51c40$0100a8c0@pc07653> To: "PHPdev" Date: Wed, 17 Mar 2004 20:07:12 -0000 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.1158 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 Subject: [PATCH] tidy protos and tidy_getopt From: nlopess@php.net ("Nuno Lopes") Hi, Here is a small patch to fix the protos for tidy (they were all messed because of the StudlyCaps convention). And I've also corrected a problem in tidy_getopt, because it was returning NULL instead of FALSE for boolean values. Nuno