From: Date: Sat, 17 Aug 2002 00:20:13 +0000 (+0000) Subject: NEWS update X-Git-Tag: RELEASE_0_91~421 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5d881cd07d674f593579a98f148d9d826343aecb;p=php NEWS update --- diff --git a/NEWS b/NEWS index 357162b425..7775598e79 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,12 @@ PHP 4 NEWS ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| ? ? ??? 2002, Version 4.3.0 +- Changed DomNode->next_sibling and DomNode->previous_sibling to return NULL + instead of false (W3C specs). (chregu) +- Changed DomNode->insert_before() and DomNode->append_child() to conform to + W3C specs (moving not copying nodes, accepting NULL as 2nd param). (chregu) +- Added set_exception_handler() function for registering a global, + catch-all exception handling function (Stig) - Added DomNode->set_namespace(uri[,prefix]) (chregu) - Fixed shuffle() to properly generate all possibilities. (Patch provided by Adam )