diff options
author | foobar <sniper@php.net> | 2004-01-07 23:53:48 +0000 |
---|---|---|
committer | foobar <sniper@php.net> | 2004-01-07 23:53:48 +0000 |
commit | 4db2d84efa321f5fbce642f68a4db16365ac7bca (patch) | |
tree | 878c11deb65eaea3f13c7cb9f772bb18b47dea90 | |
parent | 772875537f0a035950ebd2b28b64d57575cd633f (diff) | |
download | php-git-4db2d84efa321f5fbce642f68a4db16365ac7bca.tar.gz |
BFN
-rw-r--r-- | NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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) |