Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:8035 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 33069 invoked by uid 1010); 21 Feb 2004 11:13:23 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 32991 invoked from network); 21 Feb 2004 11:13:23 -0000 Received: from unknown (HELO sapo.pt) (212.55.154.22) by pb1.pair.com with SMTP; 21 Feb 2004 11:13:23 -0000 Received: (qmail 21559 invoked from network); 21 Feb 2004 11:13:22 -0000 Received: from unknown (HELO sapo.pt) (10.134.35.156) by relay2 with SMTP; 21 Feb 2004 11:13:22 -0000 Received: (qmail 12193 invoked from network); 21 Feb 2004 11:12:50 -0000 Received: from unknown (HELO pc07653) (nunoplopes@sapo.pt@[81.193.140.10]) (envelope-sender ) by mta6 (qmail-ldap-1.03) with SMTP for ; 21 Feb 2004 11:12:47 -0000 Message-ID: <000501c3f86c$2ef5e850$0100a8c0@pc07653> To: "PHPdev" Date: Sat, 21 Feb 2004 11:16:24 -0000 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.1158 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 Subject: last Tidy api changes From: nlopess@php.net ("Nuno Lopes") Hello all, I'm currently documenting the Tidy extension and I've noted that John has changed the API in PHP 5. He changed all is_xxx to isXxx. This makes Tidy 1 and 2 (PHP 4 and 5) complitely imcompatible. I don't see any advantages in changing the API. And I prefer the is_xxx form.... Is it possible to revert this change, please? (http://cvs.php.net/diff.php/php-src/ext/tidy/tidy.c?r1=1.35&r2=1.36) Thanks, Nuno