summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfoobar <sniper@php.net>2004-01-07 23:53:48 +0000
committerfoobar <sniper@php.net>2004-01-07 23:53:48 +0000
commit4db2d84efa321f5fbce642f68a4db16365ac7bca (patch)
tree878c11deb65eaea3f13c7cb9f772bb18b47dea90
parent772875537f0a035950ebd2b28b64d57575cd633f (diff)
downloadphp-git-4db2d84efa321f5fbce642f68a4db16365ac7bca.tar.gz
BFN
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index f076edb62c..42b0850422 100644
--- a/NEWS
+++ b/NEWS
@@ -8,6 +8,8 @@ PHP NEWS
- Fixed bug #26819 (http_build_query() crashes on NULL output). (Ilia)
- Fixed bug #26817 (http_build_query() does not handle private & protected
object properties correctly). (Ilia)
+- Fixed bug #26815 (foreach of (DOM) childnodes crashes when Xinclude is used).
+ (Rob)
- Fixed bug #26762 (unserialize() produces lowercase classnames). (Marcus)
- Fixed bug #26743 (getElementsByTagName doesn't work properly). (Rob)
- Fixed bug #26736 (__autoload not invoked for parent classes). (Marcus)