diff options
author | Sterling Hughes <sterling@php.net> | 2001-09-09 10:06:31 +0000 |
---|---|---|
committer | Sterling Hughes <sterling@php.net> | 2001-09-09 10:06:31 +0000 |
commit | 71dca8c23e718337a50105f9dffdc60a9b29691a (patch) | |
tree | dc2309344d77c13b88272e97bcbba7e3d1439d0f | |
parent | b5d77099fea9b0a7e6b6e8f96a08c63585010c83 (diff) | |
download | php-git-71dca8c23e718337a50105f9dffdc60a9b29691a.tar.gz |
add DOMXML news
-rw-r--r-- | NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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) |