php-src/ext/opcache
2022-10-17 11:22:59 +03:00
..
jit Discard disasm symbols on opcache restart 2022-10-17 11:22:59 +03:00
Optimizer Fix type inference 2022-09-05 12:55:50 +03:00
tests Fix register allocation (missing store) 2022-10-03 17:08:11 +03:00
config.m4 Fixed bug #81007 2021-05-05 16:53:43 +02:00
config.w32 Avoid unnecessary linking of Windows DLLs 2020-06-09 18:37:37 +02:00
CREDITS
opcache.stub.php Review parameter names in ext/opcache 2020-09-30 10:10:27 +02:00
opcache_arginfo.h Review parameter names in ext/opcache 2020-09-30 10:10:27 +02:00
shared_alloc_mmap.c Add supports for FreeBSD's PROT_MAX to let mprotect knows X flag can be applied in addition. 2021-03-05 16:44:08 +01:00
shared_alloc_posix.c
shared_alloc_shm.c
shared_alloc_win32.c Fix build 2021-07-04 23:13:50 +02:00
zend_accelerator_blacklist.c Fix GCC 9.4 uninitialized variable warning 2022-08-19 12:46:55 +01:00
zend_accelerator_blacklist.h
zend_accelerator_debug.c Open opcache.error_log with 'a' flag 2019-11-26 09:29:27 +03:00
zend_accelerator_debug.h
zend_accelerator_hash.c
zend_accelerator_hash.h
zend_accelerator_module.c Rename opcache.jit_max_loops_unroll to opcache.jit_max_loop_unrolls 2020-11-02 12:25:21 +01:00
zend_accelerator_module.h
zend_accelerator_util_funcs.c Fix func/class name use after free on opcache OOM condition 2021-09-14 12:00:44 +02:00
zend_accelerator_util_funcs.h Merge branch 'PHP-7.3' into PHP-7.4 2019-10-14 16:50:23 +02:00
zend_file_cache.c Fix repeated file cache unserialization of zval string 2021-08-18 12:38:27 +02:00
zend_file_cache.h
zend_persist.c Assert that references are not persisted 2020-11-04 14:51:44 +01:00
zend_persist.h Drop useless zend_accel_script_persistable() function 2020-07-17 17:00:42 +02:00
zend_persist_calc.c Assert that references are not persisted 2020-11-04 14:51:44 +01:00
zend_shared_alloc.c
zend_shared_alloc.h
ZendAccelerator.c Reorder conditions to avoid valgrind "Conditional jump or move depends on uninitialised value" warning. 2022-09-19 17:17:53 +03:00
ZendAccelerator.h Fix #81679: Tracing JIT crashes on reattaching 2021-12-15 15:37:23 +01:00