From 8d6ee9ae84658eb4e92d88c29365a91a3da2c005 Mon Sep 17 00:00:00 2001 From: Date: Sun, 19 May 2002 00:21:19 +0000 Subject: [PATCH] ChangeLog update --- ChangeLog | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) diff --git a/ChangeLog b/ChangeLog index 742e5fdb64..23fbcb6395 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,36 @@ +2002-05-18 Christian Stocker + + * ext/domxml/php_domxml.c: + - delete attributes as well in php_free_xml_node + - more consistent naming in phpinfo() + + * ext/domxml/php_domxml.c: added "domxml API version" in phpinfo() output. + + * ext/domxml/php_domxml.c: + MFH for memleak fixes in domxml_dump_mem and domxml_html_dump_mem + + * ext/domxml/php_domxml.c: mem leak fix for domxml_dump_node + + * ext/domxml/php_domxml.c: fixes memleak in html_dump_mem + + * ext/domxml/php_domxml.c: + rename the object name for comment nodes to domcoment + +2002-05-18 Markus Fischer + + * ext/standard/dir.c: + - Fix portability issues with empty results on Linux and FreeBSD, add safe_mode + check and simplify code. + +2002-05-18 Christian Stocker + + * ext/domxml/php_domxml.c: MFH for memleak patch + + * ext/domxml/php_domxml.c: WS fixes + + * ext/domxml/php_domxml.c: + This should fix a big bad memory leak in freeing the nodes at script end. + 2002-05-17 Sascha Schumann * sapi/thttpd/thttpd.c: Improve readability of the header send function -- 2.50.1