From: foobar Date: Tue, 20 Jan 2004 00:26:23 +0000 (+0000) Subject: BfN X-Git-Tag: php_ibase_before_split~83 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5908334ea390dca8459541028d131e81696373d8;p=php BfN --- diff --git a/NEWS b/NEWS index 691fe251d2..d518e22af1 100644 --- a/NEWS +++ b/NEWS @@ -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).