php-src/ext/opcache
Max Kellermann 10d43c40dd ext/opcache/zend_shared_alloc: change "locked" check to assertion
Calling zend_shared_alloc() without holding the lock is always a bug,
not a fatal runtime error.
2023-01-02 15:49:04 +00:00
..
jit Merge branch 'PHP-8.2' 2022-12-29 12:22:21 +00:00
tests Merge branch 'PHP-8.2' 2022-12-26 13:22:02 +03:00
config.m4
config.w32
CREDITS
opcache_arginfo.h
opcache.stub.php
shared_alloc_mmap.c opcache fixing w/x pages creation on freebsd 13.1 and above. 2022-11-18 19:22:00 +00:00
shared_alloc_posix.c
shared_alloc_shm.c
shared_alloc_win32.c
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
zend_accelerator_debug.h
zend_accelerator_hash.c
zend_accelerator_hash.h ext/opcache: C++ compatibility 2022-03-20 20:38:23 +01:00
zend_accelerator_module.c Add "Start time", "Last restart time" and "Last force restart time" to phpinfo() 2022-09-05 17:54:47 +01:00
zend_accelerator_module.h
zend_accelerator_util_funcs.c Remove unnecessary usage of CONST_CS 2022-11-28 17:12:07 +01:00
zend_accelerator_util_funcs.h ext/opcache: C++ compatibility 2022-03-20 20:38:23 +01:00
zend_file_cache.c Fix default_object_handlers pointing to invalid memory with file_cache 2022-10-27 10:48:31 +02:00
zend_file_cache.h ext/opcache: merge redundant code and "bool" refactoring (#8237) 2022-03-24 15:03:53 +01:00
zend_persist_calc.c Add support for Disjoint Normal Form (DNF) types (#8725) 2022-07-08 11:30:23 +01:00
zend_persist.c Fix observing inherited internal functions 2022-11-02 15:33:04 +01:00
zend_persist.h
zend_shared_alloc.c ext/opcache/zend_shared_alloc: change "locked" check to assertion 2023-01-02 15:49:04 +00:00
zend_shared_alloc.h Remove zend_shared_alloc_pages declaration that was never implemented (#8852) 2022-06-23 19:08:44 +02:00
ZendAccelerator.c Merge branch 'PHP-8.2' 2022-12-22 15:00:14 +01:00
ZendAccelerator.h Don't enforce 64 hit counter on Windows 2022-08-22 17:49:30 +02:00