From 239003e01d4e0c68da4b674ab91554ff92ac68a4 Mon Sep 17 00:00:00 2001 From: Calvin Buckley Date: Fri, 10 May 2024 15:33:19 -0300 Subject: [PATCH] Update NEWS for ICU regression fix --- NEWS | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/NEWS b/NEWS index d98f9ac68aa..b4eb80e3398 100644 --- a/NEWS +++ b/NEWS @@ -25,6 +25,10 @@ PHP NEWS . ext/hash: Swap the checking order of `__has_builtin` and `__GNUC__` (Saki Takamachi) +- Intl: + . Fixed build regression on systems without C++17 compilers. (Calvin Buckley, + Peter Kokot) + - Opcache: . Fixed bug GH-14109 (Fix accidental persisting of internal class constant in shm). (ilutov)