Commit 05e9a57017b for php.net

commit 05e9a57017b9112ab4f29b1beb6ea8e411176818
Author: Peter Kokot <peterkokot@gmail.com>
Date:   Wed Jun 17 18:56:01 2026 +0200

    Update NEWS

    [skip ci]

diff --git a/NEWS b/NEWS
index 98f5bf7e718..015fc3ca6c6 100644
--- a/NEWS
+++ b/NEWS
@@ -2,6 +2,10 @@ PHP                                                                        NEWS
 |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
 ?? ??? ????, PHP 8.4.24

+- Core:
+  . Fixed bug GH-22206 (missing return in global register detection).
+    (P3p111n0)
+
 - Reflection:
   . Fixed bug GH-22324 (Ignore leading namespace separator in
     ReflectionParameter::__construct()). (jorgsowa)