diff --git a/NEWS b/NEWS index c41110957b6..a827248af59 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)