diff options
author | foobar <sniper@php.net> | 2004-01-20 00:26:23 +0000 |
---|---|---|
committer | foobar <sniper@php.net> | 2004-01-20 00:26:23 +0000 |
commit | 5908334ea390dca8459541028d131e81696373d8 (patch) | |
tree | 7975e9a78650b868a3c0dd0fd8e5880422ffe3ba | |
parent | a5ad02646963e9276365b4f9f49a4adf8b33a356 (diff) | |
download | php-git-5908334ea390dca8459541028d131e81696373d8.tar.gz |
BfN
-rw-r--r-- | NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -26,6 +26,8 @@ PHP NEWS - 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 #26696 (string index in a switch() crashes with multiple matches). + (Andi) - Fixed bug #26695 (Reflection API does not recognize mixed-case class hints). (Marcus) - Fixed bug #26690 (make xsltProcessor->transformToUri use streams wrappers). |