Commit 9248a6c70e3 for php.net

commit 9248a6c70e316bfe301b557be4916188f571d75c
Merge: 7a8a8633ce2 4ee95fc2f30
Author: ndossche <7771979+ndossche@users.noreply.github.com>
Date:   Fri Feb 27 23:47:13 2026 +0100

    Merge branch 'PHP-8.4' into PHP-8.5

    * PHP-8.4:
      bz2: Fix truncation of total output size causing erroneous errors

diff --cc NEWS
index 9c4280dc73a,a990068937e..ac503aef1ab
--- a/NEWS
+++ b/NEWS
@@@ -1,11 -1,10 +1,14 @@@
  PHP                                                                        NEWS
  |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
 -?? ??? ????, PHP 8.4.20
 +?? ??? ????, PHP 8.5.5

+ - Bz2:
+   . Fix truncation of total output size causing erroneous errors. (ndossche)
+
 +- Opcache:
 +  . Fixed bug GH-21052 (Preloaded constant erroneously propagated to file-cached
 +    script). (ilutov)
 +
  - PCRE:
    . Fixed re-entrancy issue on php_pcre_match_impl, php_pcre_replace_impl,
      php_pcre_split_impl, and php_pcre_grep_impl. (David Carlier)