summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 593b00f3dc..30140a5491 100644
--- a/NEWS
+++ b/NEWS
@@ -8,6 +8,10 @@ PHP NEWS
- gettext:
. Fixed bug #76517 (incorrect restoring of LDFLAGS). (sji)
+- intl:
+ . Fixed bug #74484 (MessageFormatter::formatMessage memory corruption with
+ 11+ named placeholders). (Anatol)
+
- mbstring:
. Fixed bug #76704 (mb_detect_order return value varies based on argument
type). (cmb)