summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnatol Belski <ab@php.net>2018-08-13 09:11:57 +0200
committerAnatol Belski <ab@php.net>2018-08-13 09:11:57 +0200
commit859f7fce1f940b7ea44c32eafb36cd5e22d37176 (patch)
treecad24d48a22bd16b0161f112df00c2fde8258b8f
parent45a05f38410d4a67c8c83c09906e2cfb42fc6e4c (diff)
downloadphp-git-859f7fce1f940b7ea44c32eafb36cd5e22d37176.tar.gz
Update NEWS [ci skip]
-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)