From 06f9389d69121e895ce05281c6260fde49a8449f Mon Sep 17 00:00:00 2001 From: Calvin Buckley Date: Mon, 9 Mar 2026 14:31:20 -0300 Subject: [PATCH] Update NEWS for pcntl fix [skip ci] --- NEWS | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/NEWS b/NEWS index b7d4c1eee44..dbdb7c906c7 100644 --- a/NEWS +++ b/NEWS @@ -13,6 +13,10 @@ PHP NEWS . Fixed bug GH-21052 (Preloaded constant erroneously propagated to file-cached script). (ilutov) +- PCNTL: + . Fixed signal handler installation on AIX by bumping the storage size of the + num_signals global. (Calvin Buckley) + - PCRE: . Fixed re-entrancy issue on php_pcre_match_impl, php_pcre_replace_impl, php_pcre_split_impl, and php_pcre_grep_impl. (David Carlier)