]> granicus.if.org Git - php/commitdiff
add DOMXML news
authorSterling Hughes <sterling@php.net>
Sun, 9 Sep 2001 10:06:31 +0000 (10:06 +0000)
committerSterling Hughes <sterling@php.net>
Sun, 9 Sep 2001 10:06:31 +0000 (10:06 +0000)
NEWS

diff --git a/NEWS b/NEWS
index b0352d483b4eaa7ee857b6eca41a0617b562ca18..2b89c392645f1c177e740c72f576f14ec887bb42 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -13,6 +13,9 @@ PHP 4.0                                                                    NEWS
 - Improved support for autoconf-2.50+/libtool 1.4b+. (Jan Kneschke, Sascha)
 
 ?? ??? 200?, Version 4.0.7
+- Fixed DOM-XML's error reporting, so E_WARNING errors are given instead of 
+  E_ERROR error's, this allows you to trap errors thrown by DOMXML functions.
+  (Sterling)
 - Fixed a bug in the mcrypt extension, where list destructors were not
   properly being allocated. (Sterling)
 - Better Interbase blob, null and error handling (Patch by Jeremy Bettis)