summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfoobar <sniper@php.net>2004-01-20 00:26:23 +0000
committerfoobar <sniper@php.net>2004-01-20 00:26:23 +0000
commit5908334ea390dca8459541028d131e81696373d8 (patch)
tree7975e9a78650b868a3c0dd0fd8e5880422ffe3ba
parenta5ad02646963e9276365b4f9f49a4adf8b33a356 (diff)
downloadphp-git-5908334ea390dca8459541028d131e81696373d8.tar.gz
BfN
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
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).