Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:22875 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 40444 invoked by uid 1010); 19 Apr 2006 18:56:21 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 40429 invoked from network); 19 Apr 2006 18:56:21 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 19 Apr 2006 18:56:21 -0000 X-Host-Fingerprint: 192.38.9.232 gw2.emini.dk Linux 2.4/2.6 Received: from ([192.38.9.232:12962] helo=gw2.emini.dk) by pb1.pair.com (ecelerity 2.0 beta r(6323M)) with SMTP id 6A/43-19715-5D786444 for ; Wed, 19 Apr 2006 14:56:21 -0400 Received: by gw2.emini.dk (Postfix, from userid 504) id DA8FDA9519; Wed, 19 Apr 2006 20:56:17 +0200 (CEST) X-Spam-Checker-Version: SpamAssassin 3.1.0 (2005-09-13) on gw2.emini.dk X-Spam-Detected: no X-Spam-Status: No, score=-2.6 required=5.0 tests=AWL,BAYES_00 autolearn=ham version=3.1.0 X-Spam-Level: Received: from foxbox (IGLD-84-228-8-209.inter.net.il [84.228.8.209]) by gw2.emini.dk (Postfix) with ESMTP id 987D9A9479; Wed, 19 Apr 2006 20:56:15 +0200 (CEST) Message-ID: <0b6c01c663eb$4fc2aae0$6602a8c0@foxbox> Reply-To: "Steph Fox" To: "John Coggeshall" Cc: "Nuno Lopes" , "internals" , "Edin" References: <09f201c6639c$c8fe39f0$6602a8c0@foxbox> <0a0a01c663a0$755b4230$6602a8c0@foxbox> <008b01c6639d$f39177d0$0100a8c0@pc07653> <0a1f01c663a6$f49711e0$6602a8c0@foxbox> <00a201c6639f$bee582e0$0100a8c0@pc07653> <0a4301c663ac$9cc9bf70$6602a8c0@foxbox> <1145469667.21753.5.camel@localhost.localdomain> Date: Wed, 19 Apr 2006 21:56:11 +0200 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="Windows-1252"; reply-type=original Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.2180 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180 Subject: Re: [PHP-DEV] tiny patch for Tidy From: steph@zend.com ("Steph Fox") Hi John, Being older and wiser than I was this morning: tidySetInCharEncoding tidySetOutCharEncoding tidyOptGetDoc tidyOptGetDocLinksList tidyOptGetNextDocLinks tidyAttrGetById are the only newly introduced functions between the two library versions. The _only_ problem with the current static doze build is it includes one of those new functions in its export list, and libtidy does not. As Nuno noted, the API change between versions consists of declaring every Tidy substitution as a 'TIDY_CALL' type, but that only affects the four memory settings. - Steph > On Wed, 2006-04-19 at 14:27 +0200, Steph Fox wrote: >> Really this is down to John Coggeshall (as maintainer) - unless someone >> else >> feels like going and finding a newer version of libtidy and testing it >> with >> the existing extension(s) - e.g. would a newer version also bring other >> new >> functions that aren't wrapped in the extension(s) currently? > > I can try to find some time and take a look at what is in the most up to > date libtidy and add the functionality to the extension if it makes > sense. However, even then I never was the one to get it working in > Windows :) > > John