Commit 81de7b964fc for php.net
commit 81de7b964fcd8748cb0f3bfeed4c43211b755bfe
Merge: d992576abc1 7c6f08945f8
Author: Ilija Tovilo <ilija.tovilo@me.com>
Date: Mon Feb 9 14:58:57 2026 +0100
Merge branch 'PHP-8.4' into PHP-8.5
* PHP-8.4:
Improve shared_alloc_shm.c strategy to support OPcache JIT on Solaris
diff --cc NEWS
index de0d81eff7d,cda0658d87c..16327ecd994
--- a/NEWS
+++ b/NEWS
@@@ -27,6 -26,14 +27,10 @@@ PH
. Fixed bug GH-21097 (Accessing Dom\Node properties can can throw TypeError).
(ndossche)
+ - Opcache:
+ . Fixed bug GH-20718 ("Insufficient shared memory" when using JIT on Solaris).
+ (Petr Sumbera)
+
-- PDO_PGSQL:
- . Fixed bug GH-21055 (connection attribute status typo for GSS negotiation).
- (lsaos)
-
- Windows:
. Fixed compilation with clang (missing intrin.h include). (Kévin Dunglas)