php-src/ext/opcache
Nikita Popov 40d6147dd0 Fix opcache blacklist leak
Don't recompute (and leak) the regex for every glob element, only
do this once at the end.
2019-06-27 16:11:58 +02:00
..
Optimizer Keep lowercased parent class name as second argument of DECLARE_CLASS to avoid extra work at run-time 2019-06-25 11:30:58 +03:00
tests Fixed bug 78175 (Preloading must store default values of static variables and properties) 2019-06-24 20:32:27 +03:00
config.m4 Clean headers checks 2019-06-27 02:45:09 +02:00
config.w32 Remove --disable-opcache-filecache option 2019-02-07 12:07:25 +01:00
CREDITS Added CREDITS 2015-02-05 16:58:19 +08:00
shared_alloc_mmap.c Remove copyright years. 2019-02-05 10:33:28 +03:00
shared_alloc_posix.c Remove copyright years. 2019-02-05 10:33:28 +03:00
shared_alloc_shm.c Fix shm api detection test for opcache module on FreeBSD 2019-03-11 10:19:35 +01:00
shared_alloc_win32.c Turn system_id into a true global 2019-06-18 10:27:35 +02:00
zend_accelerator_blacklist.c Fix opcache blacklist leak 2019-06-27 16:11:58 +02:00
zend_accelerator_blacklist.h Remove copyright years. 2019-02-05 10:33:28 +03:00
zend_accelerator_debug.c Remove copyright years. 2019-02-05 10:33:28 +03:00
zend_accelerator_debug.h Remove copyright years. 2019-02-05 10:33:28 +03:00
zend_accelerator_hash.c Remove copyright years. 2019-02-05 10:33:28 +03:00
zend_accelerator_hash.h Remove copyright years. 2019-02-05 10:33:28 +03:00
zend_accelerator_module.c Merge branch 'PHP-7.3' into PHP-7.4 2019-06-25 13:06:20 +02:00
zend_accelerator_module.h Remove copyright years. 2019-02-05 10:33:28 +03:00
zend_accelerator_util_funcs.c Remove legacy AC_CHECK_TYPE calls for uint and ulong 2019-03-06 22:49:16 +01:00
zend_accelerator_util_funcs.h Remove copyright years. 2019-02-05 10:33:28 +03:00
zend_file_cache.c Merge branch 'PHP-7.3' into PHP-7.4 2019-06-20 18:01:02 +02:00
zend_file_cache.h Remove copyright years. 2019-02-05 10:33:28 +03:00
zend_persist_calc.c Fixed bug 78175 (Preloading must store default values of static variables and properties) 2019-06-24 20:32:27 +03:00
zend_persist.c Fixed bug 78175 (Preloading must store default values of static variables and properties) 2019-06-24 20:32:27 +03:00
zend_persist.h Remove copyright years. 2019-02-05 10:33:28 +03:00
zend_shared_alloc.c Support VirtualProtect for opcache.protect_memory 2019-04-10 15:31:18 +02:00
zend_shared_alloc.h Enable Posix Shared Memory on Linux 2019-03-01 12:15:56 +03:00
ZendAccelerator.c Keep lowercased parent class name as second argument of DECLARE_CLASS to avoid extra work at run-time 2019-06-25 11:30:58 +03:00
ZendAccelerator.h Turn system_id into a true global 2019-06-18 10:27:35 +02:00