From: foobar Date: Sat, 17 Aug 2002 17:10:13 +0000 (+0000) Subject: AFAIK, 4.3.0 will not contain ZE2.. X-Git-Tag: RELEASE_0_91~412 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2ff107075e5936865b542a40c82b6d1217b96294;p=php AFAIK, 4.3.0 will not contain ZE2.. --- diff --git a/NEWS b/NEWS index 7775598e79..6141810fe9 100644 --- a/NEWS +++ b/NEWS @@ -5,8 +5,6 @@ PHP 4 NEWS 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 )