From: Date: Thu, 15 Aug 2002 00:19:22 +0000 (+0000) Subject: NEWS update X-Git-Tag: php-4.3.0dev_zend2_alpha3~42 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=43f17d4c9b28feeac6a48ca3576ae17dec075b09;p=php NEWS update --- diff --git a/NEWS b/NEWS index bb12714bc8..82f9a47afb 100644 --- a/NEWS +++ b/NEWS @@ -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 ) - Fix a bug in ODBC where closing the module would crash the Windows