Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:21686 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 83613 invoked by uid 1010); 25 Jan 2006 15:02:16 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 83598 invoked from network); 25 Jan 2006 15:02:16 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 25 Jan 2006 15:02:16 -0000 X-Host-Fingerprint: 213.46.255.23 viefep17-int.chello.at Solaris 8 (1) Received: from ([213.46.255.23:24520] helo=viefep17-int.chello.at) by pb1.pair.com (ecelerity 2.0 beta r(6323M)) with SMTP id 44/22-06819-6F297D34 for ; Wed, 25 Jan 2006 10:02:15 -0500 Received: from genuine ([80.108.128.16]) by viefep17-int.chello.at (InterMail vM.6.01.04.04 201-2131-118-104-20050224) with ESMTP id <20060125150210.IZAV6330.viefep17-int.chello.at@genuine>; Wed, 25 Jan 2006 16:02:10 +0100 Received: from [213.164.23.137] (helo=[10.15.10.17]) by genuine with esmtpa (Exim 4.50) id 1F1m9c-0000bL-AE; Wed, 25 Jan 2006 16:01:51 +0100 Message-ID: <43D792EC.80101@fischer.name> Date: Wed, 25 Jan 2006 16:02:04 +0100 User-Agent: Thunderbird 1.5 (Windows/20051201) MIME-Version: 1.0 To: John Coggeshall CC: Antony Dovgal , Jani Taskinen , Andi Gutmans , internals@lists.php.net, iliaa@php.net References: <42D78B4A.7080208@fischer.name> <42D78B4A.7080208@fischer.name> <5.1.0.14.2.20050715120049.02739670@localhost> <431602E7.5050500@fischer.name> <43A00874.8000706@fischer.name> <43D77A82.7030901@fischer.name> <43D77CDE.3060602@zend.com> <43D789A5.6060402@fischer.name> <1138200597.4102.3.camel@localhost.localdomain> In-Reply-To: <1138200597.4102.3.camel@localhost.localdomain> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Score: 0 X-Spam-Level: / X-Spam-Report: Spam detection software, running on the system "genuine", has identified this incoming email as possible spam. The original message has been attached to this so you can view it (if it isn't spam) or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: John Coggeshall wrote: > Sorry this fell off my radar. Is getParent() a new function to tidy? I > may have to include some lib checks in my config... I can't tell, http://tidy.sourceforge.net/docs/api/group__Tree.html lists it and the page was generated in 2002 if that date is correct. [...] Content analysis details: (0.0 points, 5.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- Subject: Re: [PHP-DEV] [Patch] tidy node and getParent From: markus@fischer.name (Markus Fischer) John Coggeshall wrote: > Sorry this fell off my radar. Is getParent() a new function to tidy? I > may have to include some lib checks in my config... I can't tell, http://tidy.sourceforge.net/docs/api/group__Tree.html lists it and the page was generated in 2002 if that date is correct. Ob my systen (debian sarge) the library seems to be a snapshot from 20050415 and it includes it. From the SF CVS it seems to be there from the first hour on ( http://cvs.sourceforge.net/viewcvs.py/tidy/tidy/src/tidylib.c?rev=1.1.2.1&view=markup ). HTH