summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLior Kaplan <kaplanlior@gmail.com>2015-04-22 18:10:37 +0300
committerLior Kaplan <kaplanlior@gmail.com>2015-04-22 18:10:37 +0300
commite48305cdb58c391fa4865ec7b29f5c594659c312 (patch)
treee2b55ab444f4ad09c34fc97c76070a7740314a88
parent9db4e25927990ea31230a3b0463df459a237060c (diff)
downloadphp-git-e48305cdb58c391fa4865ec7b29f5c594659c312.tar.gz
Bug #68846 was fixed in 5.6.8 by 934d6ed9
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index eb04f3582f..6075525b04 100644
--- a/NEWS
+++ b/NEWS
@@ -77,6 +77,10 @@ PHP NEWS
. Fixed bug #69203 (FILTER_FLAG_STRIP_HIGH doesn't strip ASCII 127). (Jeff
Welch)
+- Mbstring:
+ . Fixed bug #68846 (False detection of CJK Unified Ideographs Extension E).
+ (Masaki Kagaya)
+
- OPCache:
. Fixed bug #69297 (function_exists strange behavior with OPCache on
disabled function). (Laruence)