Commit 16130a5c45e for php.net

commit 16130a5c45ef27cb07294c0741574d420383dc67
Author: Matteo Beccati <mbeccati@php.net>
Date:   Wed Sep 23 09:04:52 2026 +0200

    [ci-skip] PHP 8.6.0RC1 will be skipped

    Due to a packaging mistake, API versions weren't properly bumped.

diff --git a/NEWS b/NEWS
index 108c9ee8fe2..e5e9e2e8c52 100644
--- a/NEWS
+++ b/NEWS
@@ -2,15 +2,6 @@ PHP                                                                        NEWS
 |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
 ?? ??? ????, PHP 8.6.0RC2

-- CLI:
-  . Fixed bug GH-23764 (Built-in server leaks a file descriptor on every HEAD
-    request for a static file). (jakubskopal)
-
-- Standard:
-  . Fixed bug GH-23780 (unserialize('') fails silently). (timwolla)
-
-24 Sep 2026, PHP 8.6.0RC1
-
 - Core:
   . Fixed incorrect internal pointer and foreach iterator positions when
     compacting arrays with holes. (Weilin Du)
@@ -28,6 +19,8 @@ PHP                                                                        NEWS
 - CLI
   . Fix GH-22567 (Windows ZTS CLI SAPI should refresh its TSRMLS cache during
     request activation). (matyhtf)
+  . Fixed bug GH-23764 (Built-in server leaks a file descriptor on every HEAD
+    request for a static file). (jakubskopal)

 - Date:
   . Fix unserialization of Time\Duration. (timwolla)
@@ -110,6 +103,7 @@ PHP                                                                        NEWS
   . Fixed three Windows-only proc_open() defects: an uninitialized
     PROCESS_INFORMATION, an indeterminate comspec pointer after a failed
     lookup, and an unchecked CreateFileA() failure. (Ilia Alshanetsky)
+  . Fixed bug GH-23780 (unserialize('') fails silently). (timwolla)

 - URI:
   . Fix casing of enum cases in UriHostType and UrlHostType to match the RFC