Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:8036 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 37104 invoked by uid 1010); 21 Feb 2004 11:16:07 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 37079 invoked from network); 21 Feb 2004 11:16:06 -0000 Received: from unknown (HELO jdi.jdimedia.nl) (212.204.192.51) by pb1.pair.com with SMTP; 21 Feb 2004 11:16:06 -0000 Received: from localhost (localhost [127.0.0.1]) by jdi.jdimedia.nl (8.12.10/8.12.10) with ESMTP id i1LBG59b021555; Sat, 21 Feb 2004 12:16:06 +0100 Date: Sat, 21 Feb 2004 12:16:05 +0100 (CET) X-X-Sender: derick@localhost To: Nuno Lopes cc: PHPdev In-Reply-To: <000501c3f86c$2ef5e850$0100a8c0@pc07653> Message-ID: References: <000501c3f86c$2ef5e850$0100a8c0@pc07653> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Subject: Re: [PHP-DEV] last Tidy api changes From: derick@php.net (Derick Rethans) On Sat, 21 Feb 2004, Nuno Lopes wrote: > 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) No? Derick