Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:10895 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 354 invoked by uid 1010); 4 Jul 2004 14:10:00 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 177 invoked from network); 4 Jul 2004 14:09:59 -0000 Received: from unknown (HELO sapo.pt) (212.55.154.22) by pb1.pair.com with SMTP; 4 Jul 2004 14:09:59 -0000 Received: (qmail 15812 invoked from network); 4 Jul 2004 14:09:58 -0000 Received: from unknown (HELO sapo.pt) (10.134.35.153) by relay2 with SMTP; 4 Jul 2004 14:09:58 -0000 Received: (qmail 31662 invoked from network); 4 Jul 2004 14:06:25 -0000 Received: from unknown (HELO pc07653) (nunoplopes@sapo.pt@[81.193.154.2]) (envelope-sender ) by mta3 (qmail-ldap-1.03) with SMTP for ; 4 Jul 2004 14:06:25 -0000 Message-ID: <001601c461d1$4bb41a10$0100a8c0@pc07653> To: "Andrey Hristov" Cc: "PHPdev" References: <005a01c461af$2e64de30$0100a8c0@pc07653> <40E82500.7040008@hristov.com> Date: Sun, 4 Jul 2004 15:15:01 +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: Re: [PHP-DEV] tidy->repairString and repairFile From: nlopess@php.net ("Nuno Lopes") > Maybe John has to make this methods static and they will work just like the > functions. > > Regards, > Andrey Thats a good idea! But as we already have the non-OO function, I don't know if it worth to create the static methods. Nuno