diff options
author | <changelog@php.net> | 2002-08-15 00:19:22 +0000 |
---|---|---|
committer | <changelog@php.net> | 2002-08-15 00:19:22 +0000 |
commit | 43f17d4c9b28feeac6a48ca3576ae17dec075b09 (patch) | |
tree | 7abaf6f335d738761d8fcc8dbf8d915b24eed9f1 | |
parent | d823e3fe413a355ae809fd817017bd5d8b26ab9f (diff) | |
download | php-git-43f17d4c9b28feeac6a48ca3576ae17dec075b09.tar.gz |
NEWS update
-rw-r--r-- | NEWS | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -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 <ilia@prohost.org>) - Fix a bug in ODBC where closing the module would crash the Windows |