php-src/ext/opcache
Niels Dossche 4c7220322b
Merge branch 'PHP-8.4'
* PHP-8.4:
  Fix GH-18743: Incompatibility in Inline TLS Assembly on Alpine 3.22
2025-06-09 11:41:08 +02:00
..
jit Merge branch 'PHP-8.4' 2025-06-09 11:41:08 +02:00
tests Merge branch 'PHP-8.4' 2025-05-19 19:22:16 +02:00
config.m4 Autotools: Mark always-shared extensions with ext_shared variable (#15739) 2024-09-04 23:28:29 +02:00
config.w32 Merge branch 'PHP-8.4' 2024-11-18 23:29:26 +01:00
CREDITS
opcache.stub.php Add API to exempt function from being traced in JIT (#15559) 2024-09-24 14:20:38 +02:00
opcache_arginfo.h Add API to exempt function from being traced in JIT (#15559) 2024-09-24 14:20:38 +02:00
shared_alloc_mmap.c Merge branch 'PHP-8.3' 2024-07-23 13:43:25 +02:00
shared_alloc_posix.c opcache: change uses of sprintf into snprintf 2024-06-14 08:12:03 -07:00
shared_alloc_shm.c Make lots of string pointers const (#10646) 2023-02-21 14:01:37 +00:00
shared_alloc_win32.c Merge branch 'PHP-8.4' 2025-04-28 19:52:28 +02:00
zend_accelerator_blacklist.c Use win32 glob implementation on all platforms (#18164) 2025-05-20 16:20:59 -03:00
zend_accelerator_blacklist.h
zend_accelerator_debug.c
zend_accelerator_debug.h ext/opcache: C++ compatibility 2023-01-12 15:14:05 +00:00
zend_accelerator_hash.c Mark globals as const (#10303) 2023-01-23 13:46:58 +00:00
zend_accelerator_hash.h Revert GH-10279 2023-01-16 12:25:59 +01:00
zend_accelerator_module.c Adjust default value of opcache.jit_hot_loop to a prime number 2025-05-19 12:21:33 +02:00
zend_accelerator_module.h
zend_accelerator_util_funcs.c Small change SIMD codes (#18626) 2025-05-26 16:32:27 +09:00
zend_accelerator_util_funcs.h
zend_file_cache.c [RFC] Add support for attributes on compile-time constants 2025-04-29 11:53:09 -07:00
zend_file_cache.h
zend_persist.c [RFC] Add support for attributes on compile-time constants 2025-04-29 11:53:09 -07:00
zend_persist.h ext/opcache: C++ compatibility 2023-01-12 15:14:05 +00:00
zend_persist_calc.c [RFC] Add support for attributes on compile-time constants 2025-04-29 11:53:09 -07:00
zend_shared_alloc.c Log a warning when opcache lock file permissions could not be changed 2025-06-03 19:22:58 +02:00
zend_shared_alloc.h Export opcache shared globals (#15543) 2024-08-26 14:54:36 +02:00
ZendAccelerator.c Reapply GH-17712 with a fix for internal class constants (#18464) 2025-05-25 16:43:36 -07:00
ZendAccelerator.h Merge branch 'PHP-8.4' 2025-02-24 14:37:21 +01:00