Commit 7a8a8633ce2 for php.net

commit 7a8a8633ce2a33e1e2ef36e7d14c0ba4ece10f2d
Merge: 27e12b50f4d f8114f554c7
Author: David Carlier <devnexen@gmail.com>
Date:   Fri Feb 27 22:15:02 2026 +0000

    Merge branch 'PHP-8.4' into PHP-8.5

    * PHP-8.4:
      ext/pcre: fix mdata_used race conditions in PCRE functions

diff --cc NEWS
index 0bfaf9b2872,cb621bd4001..9c4280dc73a
--- a/NEWS
+++ b/NEWS
@@@ -1,11 -1,11 +1,15 @@@
  PHP                                                                        NEWS
  |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
 -?? ??? ????, PHP 8.4.20
 +?? ??? ????, PHP 8.5.5
 +
 +- 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)
+
  - Standard:
    . Fixed bug GH-20906 (Assertion failure when messing up output buffers).
      (ndossche)