Commit 4226d16a6f6 for php.net

commit 4226d16a6f60162f8eaa7a1f523901c22d6a34a7
Author: Ilija Tovilo <ilija.tovilo@me.com>
Date:   Tue Aug 11 00:31:55 2026 +0200

    [skip ci] Fix NEWS section order

diff --git a/NEWS b/NEWS
index f60af7c1b76..35d78d92899 100644
--- a/NEWS
+++ b/NEWS
@@ -2,10 +2,6 @@ PHP                                                                        NEWS
 |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
 ?? ??? ????, PHP 8.6.0beta1

-- Streams:
-  . Fixed file_put_contents() LOCK_EX early return leaking stream error
-    operation depth. (iliaal)
-
 - Core:
   . Deprecated "namespace" as a class constant name. (NickSdot)
   . Changed run-tests.php to run in parallel by default, using up to 10
@@ -157,6 +153,10 @@ PHP                                                                        NEWS
     * Collator::sortWithSortKeys()
     (Girgias)

+- Streams:
+  . Fixed file_put_contents() LOCK_EX early return leaking stream error
+    operation depth. (iliaal)
+
 - XSL:
   . Fixed use-after-free when a DOMDocument subclass __clone() retains the
     stylesheet copy made by XSLTProcessor::importStylesheet(). (iliaal)