1
0
mirror of https://github.com/php/php-src.git synced 2026-03-24 00:02:20 +01:00

Merge branch 'PHP-8.4' into PHP-8.5

* PHP-8.4:
  Improve shared_alloc_shm.c strategy to support OPcache JIT on Solaris
This commit is contained in:
Ilija Tovilo
2026-02-09 14:58:57 +01:00
2 changed files with 26 additions and 21 deletions

4
NEWS
View File

@@ -27,6 +27,10 @@ PHP NEWS
. 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)
- Windows:
. Fixed compilation with clang (missing intrin.h include). (Kévin Dunglas)