[php-src] master: [skip ci] Fix NEWS section order
Ilija Tovilo <[email protected]>
| Newsgroups | gmane.comp.php.cvs.general |
|---|---|
| Message-ID | <[email protected]> |
Author: Ilija Tovilo (iluuu1994)
Date: 2026-08-11T00:31:55+02:00
Commit: https://github.com/php/php-src/commit/4226d16a6f60162f8eaa7a1f523901c22d6a34a7
Raw diff: https://github.com/php/php-src/commit/4226d16a6f60162f8eaa7a1f523901c22d6a34a7.diff
[skip ci] Fix NEWS section order
Changed paths:
M NEWS
Diff:
diff --git a/NEWS b/NEWS
index f60af7c1b769..35d78d928995 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)