php-src/ext/opcache
Christoph M. Becker 815a2be2ed Improve "VirtualProtect() failed" error messages
When `mprotect()` fails, the error message contains `errno` and the
respective `strerror()`; we add basically the same info on Windows.
2020-06-30 13:23:41 +02:00
..
jit Improve "VirtualProtect() failed" error messages 2020-06-30 13:23:41 +02:00
Optimizer Tracing JIT support for include() and generators 2020-06-29 21:40:49 +03:00
tests Replace EXPECTF when possible 2020-06-29 21:31:44 +02:00
config.m4 Fail in ./configure when no opcache shm backends exist 2020-05-24 17:49:52 -04:00
config.w32 Avoid unnecessary linking of Windows DLLs 2020-06-09 18:37:37 +02:00
CREDITS
opcache.stub.php Generate function entries for another batch of extensions 2020-04-05 21:15:30 +02:00
opcache_arginfo.h Include stub hash in generated arginfo files 2020-06-24 09:55:19 +02:00
shared_alloc_mmap.c Mark label as potentially unused 2019-06-12 16:47:48 +02:00
shared_alloc_posix.c
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 Merge branch 'PHP-7.4' 2019-12-30 15:18:25 +01:00
zend_accelerator_blacklist.c Fix opcache blacklist leak 2019-06-27 16:11:58 +02: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 Tracing JIT support for megamorphic calls 2020-06-09 23:33:22 +03:00
zend_accelerator_module.h
zend_accelerator_util_funcs.c Cache __unserialize() instead of unserialize() 2020-06-26 10:54:40 +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 Cache __unserialize() instead of unserialize() 2020-06-26 10:54:40 +02:00
zend_file_cache.h
zend_persist.c Cache __unserialize() instead of unserialize() 2020-06-26 10:54:40 +02:00
zend_persist.h
zend_persist_calc.c Add Attributes 2020-06-04 18:19:49 +02:00
zend_shared_alloc.c Merge branch 'PHP-7.4' 2019-06-28 09:19:49 +02:00
zend_shared_alloc.h Added JIT compiler for x86 and x86_64 2019-04-01 10:27:11 +03:00
ZendAccelerator.c Make exit() unwind properly 2020-06-29 15:50:12 +02:00
ZendAccelerator.h Add support for replaying warnings in opcache 2020-05-20 11:20:21 +02:00