]> granicus.if.org Git - php/commitdiff
ChangeLog update
author <changelog@php.net> <>
Sun, 19 May 2002 00:21:19 +0000 (00:21 +0000)
committer <changelog@php.net> <>
Sun, 19 May 2002 00:21:19 +0000 (00:21 +0000)
ChangeLog

index 742e5fdb64ac9482b345df704ec191c336cfc65d..23fbcb6395b66267eaa604849e122108ca4904c8 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,36 @@
+2002-05-18  Christian Stocker  <chregu@phant.ch>
+
+    * 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  <mfischer@guru.josefine.at>
+
+    * 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  <chregu@phant.ch>
+
+    * 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  <sascha@schumann.cx>
 
     * sapi/thttpd/thttpd.c: Improve readability of the header send function