php-src/ext/opcache
Nikita Popov afd96392a3 Revert "Use RW fetch for argument unpacking"
This reverts commit 6913ec3282.
This reverts commit a9e332e027.

Causes https://bugs.php.net/bug.php?id=78356, which I don't have
a good solution for.
2019-08-01 10:06:53 +02:00
..
Optimizer Revert "Use RW fetch for argument unpacking" 2019-08-01 10:06:53 +02:00
tests Merge branch 'PHP-7.3' into PHP-7.4 2019-07-29 13:03:53 +02:00
config.m4 Remove unused HAVE_SHM_MMAP_ZERO and HAVE_SHM_MMAP_FILE 2019-07-18 02:11:19 +02:00
config.w32 Remove --disable-opcache-filecache option 2019-02-07 12:07:25 +01:00
CREDITS
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 Allow multiple cache instances per user/host on Windows 2019-07-17 19:51:07 +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 Allow multiple cache instances per user/host on Windows 2019-07-17 19:51:07 +02:00
zend_accelerator_module.h Remove copyright years. 2019-02-05 10:33:28 +03:00
zend_accelerator_util_funcs.c Don't use fast_memcpy under msan 2019-07-01 11:14:23 +02:00
zend_accelerator_util_funcs.h Remove copyright years. 2019-02-05 10:33:28 +03:00
zend_file_cache.c ZEND_DECLARE_ANON_CLASS doesn't need to skip anything now. It's immediatelly followed by ZEND_NEW. 2019-07-19 10:09:26 +03:00
zend_file_cache.h Remove copyright years. 2019-02-05 10:33:28 +03:00
zend_persist_calc.c Fix wrong size calculation related to function name 2019-07-05 10:46:41 +02:00
zend_persist.c ZEND_DECLARE_ANON_CLASS doesn't need to skip anything now. It's immediatelly followed by ZEND_NEW. 2019-07-19 10:09:26 +03:00
zend_persist.h Remove copyright years. 2019-02-05 10:33:28 +03:00
zend_shared_alloc.c Free ZTS lock in opcache 2019-06-28 09:18:14 +02:00
zend_shared_alloc.h Enable Posix Shared Memory on Linux 2019-03-01 12:15:56 +03:00
ZendAccelerator.c Fix build for --disable-signals 2019-07-29 18:49:44 +02:00
ZendAccelerator.h Allow multiple cache instances per user/host on Windows 2019-07-17 19:51:07 +02:00