Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:22886 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 61280 invoked by uid 1010); 19 Apr 2006 22:18:12 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 61264 invoked from network); 19 Apr 2006 22:18:11 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 19 Apr 2006 22:18:11 -0000 X-Host-Fingerprint: 212.55.154.22 relay2.ptmail.sapo.pt Linux 2.4/2.6 Received: from ([212.55.154.22:34439] helo=sapo.pt) by pb1.pair.com (ecelerity 2.0 beta r(6323M)) with SMTP id 07/14-19715-317B6444 for ; Wed, 19 Apr 2006 18:18:06 -0400 Received: (qmail 5260 invoked by uid 0); 19 Apr 2006 22:17:42 -0000 Received: from unknown (HELO sapo.pt) (10.134.35.205) by relay2 with SMTP; 19 Apr 2006 22:17:42 -0000 Received: (qmail 19144 invoked from network); 19 Apr 2006 22:17:42 -0000 X-AntiVirus: PTMail-AV 0.3.88 X-Virus-Status: Clean (0.00441 seconds) Received: from unknown (HELO pc07653) (nunoplopes@sapo.pt@[81.193.142.166]) (envelope-sender ) by mta10 (qmail-ldap-1.03) with SMTP for ; 19 Apr 2006 22:17:42 -0000 Message-ID: <004c01c663ff$13815090$0100a8c0@pc07653> To: "John Coggeshall" , , "Steph Fox" References: <1145480540.21753.19.camel@localhost.localdomain> Date: Wed, 19 Apr 2006 23:17:39 +0100 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=original 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.2869 Subject: Re: [PHP-DEV] Upgrading Tidy Lib From: nlopess@php.net ("Nuno Lopes") > Nuno et all. > > I agree that the libtidy version we're using is pretty out of date > (2004) so I'm open to upgrading it to the latest *released* version of > tidy (not CVS)[1]. Since you have been keeping up with the library more > then me as of late, I've asked Derick to grant you karma to ext/tidy for > the purposes of doing so. Please make sure you test any changes you make > before committing them. > > Cheers, > > John OK, thanks. I've commited the patch to fix build with newer versions of tidylib. To Steph (about the manual): > There _isn't_ a PECL tidy version 2.0...! Tidy 2 wan't released on PECL, but its the version of the extension bundled with PHP 5/6. (check phpinfo() ). Nuno