Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:22872 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 16448 invoked by uid 1010); 19 Apr 2006 18:32:19 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 16433 invoked from network); 19 Apr 2006 18:32:19 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 19 Apr 2006 18:32:19 -0000 X-Host-Fingerprint: 212.55.154.26 relay6.ptmail.sapo.pt Linux 2.4/2.6 Received: from ([212.55.154.26:38577] helo=sapo.pt) by pb1.pair.com (ecelerity 2.0 beta r(6323M)) with SMTP id 81/BF-19715-23286444 for ; Wed, 19 Apr 2006 14:32:19 -0400 Received: (qmail 7141 invoked by uid 0); 19 Apr 2006 18:32:14 -0000 Received: from unknown (HELO sapo.pt) (10.134.35.206) by relay6 with SMTP; 19 Apr 2006 18:32:14 -0000 Received: (qmail 32628 invoked from network); 19 Apr 2006 18:32:15 -0000 X-AntiVirus: PTMail-AV 0.3.88 X-Virus-Status: Clean (0.00463 seconds) Received: from unknown (HELO pc07653) (nunoplopes@sapo.pt@[81.193.137.150]) (envelope-sender ) by mta11 (qmail-ldap-1.03) with SMTP for ; 19 Apr 2006 18:32:15 -0000 Message-ID: <005601c663df$93605a60$0100a8c0@pc07653> To: Cc: "Steph Fox" 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 19:32:12 +0100 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.2869 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2869 Subject: Re: [PHP-DEV] tiny patch for Tidy From: nlopess@php.net ("Nuno Lopes") > Steph Fox wrote: > >> 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). exactly. The PECL tidy extension version 2.0 doesn't work with PHP 4 because it uses some zend engine 2 specific stuff (OO). Nuno