[PHP-CVS] [php-src] master: Merge branch 'PHP-8.5'

[email protected] (Yuya Hamada) Sat, 1 Aug 2026 03:27:38 +0000
Newsgroups php.cvs
Message-ID <[email protected]>
Author: Yuya Hamada (youkidearitai)
Date: 2026-08-01T12:27:01+09:00

Commit: https://github.com/php/php-src/commit/1a48f90c2e09db6c027a9b32f7c413fb11e30baf
Raw diff: https://github.com/php/php-src/commit/1a48f90c2e09db6c027a9b32f7c413fb11e30baf.diff

Merge branch 'PHP-8.5'

Changed paths:
  M  NEWS


Diff:

diff --git a/NEWS b/NEWS
index 46adc0e74d17..ad511d6a890e 100644
--- a/NEWS
+++ b/NEWS
@@ -94,6 +94,10 @@ PHP                                                                        NEWS
   . Fixed bug GH-21036 (mb_ereg_search_getregs() crashes after mb_eregi()
     invalidates the regex cache). (Matthias Goergens)
 
+- PCRE:
+  . Fixed bug GH-21134 (Crash with \C + UTF-8). Using \C in UTF-8 patterns is
+    now forbidden. (Arnaud)
+
 - Sockets:
   . Fixed socket_set_option() validation error messages for UDP_SEGMENT and
     TCP_USER_TIMEOUT, and SO_LINGER options. (Weilin Du)