summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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)