changelog               Wed Aug 14 20:19:22 2002 EDT

  Modified files:              
    /php4       NEWS 
  Log:
  NEWS update
  
  
Index: php4/NEWS
diff -u php4/NEWS:1.1081 php4/NEWS:1.1082
--- php4/NEWS:1.1081    Wed Aug 14 13:17:16 2002
+++ php4/NEWS   Wed Aug 14 20:19:22 2002
@@ -1,6 +1,14 @@
 PHP 4                                                                      NEWS
 |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
 ? ? ??? 2002, Version 4.3.0
+- DomNode->insert_before behaves now according to W3C spec
+  ie. new_child is moved, not copied. (chregu)
+- Added some namespace support with DomNode->add_namespace(uri, prefix)
+- and DomDocument->create_element_ns(uri, nodename) (chregu)
+- DomElement->node_name() takes optional boolean argument for retrieving
+  full qualified name (ie namespace prefix) (chregu)
+- DomNode->child_nodes() returns empty array instead of false, if no
+  child nodes are found (chregu)
 - Fix a bug where PHP doesn't handle the Expect header properly. (Patch 
   submitted by Ilia <[EMAIL PROTECTED]>)
 - Fix a bug in ODBC where closing the module would crash the Windows 


Reply via email to