Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:774 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 56393 invoked from network); 8 Apr 2003 01:13:52 -0000 Received: from unknown (HELO bambi.bitflux.ch) (212.71.97.156) by pb1.pair.com with SMTP; 8 Apr 2003 01:13:52 -0000 Received: from [192.168.0.5] (dclient217-162-238-125.hispeed.ch [217.162.238.125]) by bambi.bitflux.ch (Postfix) with ESMTP id 9E4712A1E for ; Tue, 8 Apr 2003 03:13:51 +0200 (CEST) To: internals@lists.php.net Content-Type: text/plain Organization: Bitflux GmbH Message-ID: <1049764428.1584.48.camel@lappi.lappi.chregu.tv> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.2.3 Date: 08 Apr 2003 03:13:48 +0200 Content-Transfer-Encoding: 7bit Subject: domxml memleak patches into PHP_4_3? From: chregu@bitflux.ch (Christian Stocker) Hi (Mainly) Rob Richards and (just a tiny little bit) me were hunting down some domxml memleaks (and Rob implemented DomDocument->free() method. Hooray ;) ). As we are rather late in the release process of PHP 4.3.2, I'm not sure, if it's wise to commit them now to the PHP_4_3 branch or if I should wait until after this release. Furthermore, the DomDocument->free() method was a much asked feature for domxml (and it really helps saving memory, if you want to process a lot of XML-Documents in one run). Would it be totally against the release rule if I add that function after 4.3.2 is released to the PHP_4_3 branch? Anyway, the diff file (against ext/domxml HEAD, not PHP_4_3 for the time being) can be found at http://trash.chregu.tv/domxml.memleak.diff, if anyone wants to use/test it right now chregu