Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:22873 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 18008 invoked by uid 1010); 19 Apr 2006 18:34:00 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 17993 invoked from network); 19 Apr 2006 18:34:00 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 19 Apr 2006 18:34:00 -0000 X-Host-Fingerprint: 192.38.9.232 gw2.emini.dk Linux 2.4/2.6 Received: from ([192.38.9.232:11935] helo=gw2.emini.dk) by pb1.pair.com (ecelerity 2.0 beta r(6323M)) with SMTP id 49/EF-19715-79286444 for ; Wed, 19 Apr 2006 14:33:59 -0400 Received: from foxbox (IGLD-84-228-8-209.inter.net.il [84.228.8.209]) by gw2.emini.dk (Postfix) with ESMTP id 9606B3CC0B; Wed, 19 Apr 2006 20:33:54 +0200 (CEST) Message-ID: <0b4601c663e8$303f86f0$6602a8c0@foxbox> Reply-To: "Steph Fox" To: , "Michael Wallner" 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> <000701c663a5$35558ab0$0100a8c0@pc07653> <4446215F.7000803@emini.dk> <004a01c663bd$a0f3d160$0100a8c0@pc07653> <0aad01c663d9$d821baa0$6602a8c0@foxbox> <65.2B.19715.21376444@pb1.pair.com> Date: Wed, 19 Apr 2006 21:33:50 +0200 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="Windows-1252"; reply-type=response 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") It seems very odd to me there can't just be a one-line fix for something that's broken in 5_1 win32 static build without a whole hoo-ha going down. The extension doesn't build against the new library without fiddling, and nor does it build against the library we actually use. The difference is that if the new library is used in the distro builds it _may_ affect the PHP 4.* version (did anyone test to prove it won't, yet?), and _will_ (definitively) affect anyone attempting to build the extension against an older copy of the library, thanks to a minor API change in Tidy. On the other hand, if the extension is fixed in PHP 5.1 and up to build with the existing library, it will _only_ affect win32 users attempting to build the extension statically against a newer edition of the library - which they can't currently do anyway. So what's the issue? - Steph >> Something's odd in the manual then: >> >> Note: Tidy 1.0 is just for PHP 4.3.x, while Tidy 2.0 is just for PHP 5. > > Which refers to ext/tidy version (AFAICT). > > Regards, > -- > Michael - > http://dev.iworks.at/ext-http/http-functions.html.gz