summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRob Richards <rrichards@php.net>2003-12-27 10:33:26 +0000
committerRob Richards <rrichards@php.net>2003-12-27 10:33:26 +0000
commit563be668b822c5a0ed56efd22e4b1e62a49fc28b (patch)
treeba5c31c56cc269b0ba4e5e907e30ca0abf3a0088
parent84b90f639d09f002ed50c87877b62615e928b88b (diff)
downloadphp-git-563be668b822c5a0ed56efd22e4b1e62a49fc28b.tar.gz
Fixed bug #26723
-rw-r--r--NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 44fab3455b..ee0facd2ec 100644
--- a/NEWS
+++ b/NEWS
@@ -2,6 +2,7 @@ PHP NEWS
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
?? ??? 2004, PHP 5 RC 1
- Preserve class name casing for userspace classes. (Marcus)
+- Fixed bug #26723 (domNode::appendChild() changes child node namespace) (Rob)
- Fixed bug #26697 (calling class_exists on a nonexistent class in __autoload
results in segfault). (Marcus)
- Fixed bug #26695 (Reflection API does not recognize mixed-case class hints).