1
0
mirror of https://github.com/php/php-src.git synced 2026-03-27 17:52:16 +01:00

Update NEWS [ci skip]

This commit is contained in:
Anatol Belski
2018-08-13 09:13:05 +02:00
parent dc3f4f7342
commit dd0fb4fd9b

4
NEWS
View File

@@ -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)