summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnatol Belski <ab@php.net>2018-08-13 09:13:05 +0200
committerAnatol Belski <ab@php.net>2018-08-13 09:13:05 +0200
commitdd0fb4fd9b5bb86bf3dd622de3ce242e2c500fc2 (patch)
tree953b73ac312d3bf5195f3551b3d0bce786486258
parentdc3f4f7342d7672b99bdcc95963acd22151195fb (diff)
downloadphp-git-dd0fb4fd9b5bb86bf3dd622de3ce242e2c500fc2.tar.gz
Update NEWS [ci skip]
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index c41110957b..a827248af5 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)