Commit 06f9389d691 for php.net

commit 06f9389d69121e895ce05281c6260fde49a8449f
Author: Calvin Buckley <calvinb@php.net>
Date:   Mon Mar 9 14:31:20 2026 -0300

    Update NEWS for pcntl fix [skip ci]

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)