]> granicus.if.org Git - php/commitdiff
AFAIK, 4.3.0 will not contain ZE2..
authorfoobar <sniper@php.net>
Sat, 17 Aug 2002 17:10:13 +0000 (17:10 +0000)
committerfoobar <sniper@php.net>
Sat, 17 Aug 2002 17:10:13 +0000 (17:10 +0000)
NEWS

diff --git a/NEWS b/NEWS
index 7775598e7989b0eef89c1259b1a0b0a8c5119bcf..6141810fe9776060d7461db0bb0273f22f9d59b4 100644 (file)
--- 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 <adam@trachtenberg.com> )