diff options
author | Anatol Belski <ab@php.net> | 2018-08-13 09:14:26 +0200 |
---|---|---|
committer | Anatol Belski <ab@php.net> | 2018-08-13 09:14:26 +0200 |
commit | 9eb51ce364d7e41e2410b733ae68c16a27130125 (patch) | |
tree | e517805085bd5a8d1b96e5b515adda19b365c4f7 | |
parent | 4a3fccb0f5320a95b24bcbdb60dfc163713dc78b (diff) | |
download | php-git-9eb51ce364d7e41e2410b733ae68c16a27130125.tar.gz |
Update NEWS [ci skip]
-rw-r--r-- | NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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) |