Commit 38421684c10 for php.net

commit 38421684c10408925370ea9d7f9055761df83db1
Merge: 07e29acbd47 1709689256e
Author: ndossche <7771979+ndossche@users.noreply.github.com>
Date:   Fri Feb 27 18:15:20 2026 +0100

    Merge branch 'PHP-8.4' into PHP-8.5

    * PHP-8.4:
      Fix GH-20906: Assertion failure when messing up output buffers

diff --cc NEWS
index 18851577a35,00f66935d9b..0bfaf9b2872
--- a/NEWS
+++ b/NEWS
@@@ -1,12 -1,12 +1,16 @@@
  PHP                                                                        NEWS
  |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
 -?? ??? ????, PHP 8.4.20
 +?? ??? ????, PHP 8.5.5
 +
 +- Opcache:
 +  . Fixed bug GH-21052 (Preloaded constant erroneously propagated to file-cached
 +    script). (ilutov)

+ - Standard:
+   . Fixed bug GH-20906 (Assertion failure when messing up output buffers).
+     (ndossche)
+
 -12 Mar 2026, PHP 8.4.19
 +12 Mar 2026, PHP 8.5.4

  - Core:
    . Fixed bug GH-21029 (zend_mm_heap corrupted on Aarch64, LTO builds). (Arnaud)