summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnatol Belski <ab@php.net>2018-08-13 09:14:26 +0200
committerAnatol Belski <ab@php.net>2018-08-13 09:14:26 +0200
commit9eb51ce364d7e41e2410b733ae68c16a27130125 (patch)
treee517805085bd5a8d1b96e5b515adda19b365c4f7
parent4a3fccb0f5320a95b24bcbdb60dfc163713dc78b (diff)
downloadphp-git-9eb51ce364d7e41e2410b733ae68c16a27130125.tar.gz
Update NEWS [ci skip]
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 23bea374dd..5df716e3f3 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)