Commit f90dd1ce6f7 for php.net
commit f90dd1ce6f7f555ff95374cb146dc7bd4230e78c
Merge: dab13a022a5 8484a9fda7b
Author: Arnaud Le Blanc <arnaud.lb@gmail.com>
Date: Fri Sep 4 14:44:35 2026 +0200
Merge branch 'PHP-8.4' into PHP-8.5
* PHP-8.4:
ext/opcache: keep huge page remap inside the reserved range (#23554)
diff --cc NEWS
index 82adcae4408,13b3286c7b6..6ca8aa09a4c
--- a/NEWS
+++ b/NEWS
@@@ -57,6 -65,8 +57,8 @@@ PH
. Fixed a tracing JIT crash when compiling a side trace for a method of a
class that could not be stored in the inheritance cache. (GH-21710)
(Arnaud, iliaal)
++ . Fixed a crash when the huge page SHM remap discarded mappings outside the
++ reserved address range. (Piotr Hałas)
- PDO:
. Fixed a leak when a persistent connection failed a liveness check