]> granicus.if.org Git - php/commitdiff
MFH
authorfoobar <sniper@php.net>
Fri, 3 May 2002 21:31:19 +0000 (21:31 +0000)
committerfoobar <sniper@php.net>
Fri, 3 May 2002 21:31:19 +0000 (21:31 +0000)
NEWS

diff --git a/NEWS b/NEWS
index 4008e40df1bc3fbc3aa6c1f264a3dea0e0b8c49a..64ff2799b822a31ceb630ca0b8390cee21598ba5 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,18 @@
 PHP 4                                                                      NEWS
 |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
 05 May 2002, Version 4.2.1
+- Major update of domxml. New functions, better DOM compliance and bug fixes:
+  * Changed the old $node->append_child() to $node->append_sibling() since
+    the new append_child() behaves correctly (= W3C standard).
+  * Added domxml functions:
+    . domxml_elem_get_elements_by_tagname() 
+    . domxml_doc_get_elements_by_tagname()
+    . domxml_doc_get_element_by_id()
+    . domxml_elem_remove_attribute()
+    . domxml_elem_get_attribute_node()
+  * Fixed a segfault in domxml_unlink(). 
+  * Added formatting option to domxml_dump_mem(). 
+  (Uwe, jtate, Chregu)
 - Fixed a bug in socket_select() that could cause unexpected behavior when
   using a statement like $w = $e = array($sock); This change unfortunately
   prevents the use of constant values (e.g. NULL) for the socket array