php-src/ext/opcache
Nikita Popov 59c3ddab13 Remove support for preloading on Windows
Due to ASLR restrictions, preloading on Windows does not work with
any code that has preloading dependencies on internal classes.
This effectively makes it unusable for any non-trivial codebase.

Instead of pretending like preloading is going to work, only to
make people realize that it really doesn't once they get beyond
a dummy example, we disable support for preloading on Windows
entirely.

Closes GH-4999.
2020-01-06 22:41:55 +01:00
..
Optimizer Fixed bug #78961 (erroneous optimization of re-assigned $GLOBALS) 2019-12-16 12:24:47 +03:00
tests Remove support for preloading on Windows 2020-01-06 22:41:55 +01:00
config.m4 add librt for opcache 2019-10-08 10:48:10 +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 Merge branch 'PHP-7.3' into PHP-7.4 2019-12-30 15:17:41 +01: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 Fix #78429: opcache_compile_file(__FILE__); segfaults 2019-09-16 16:01:09 +02:00
zend_accelerator_module.h Remove copyright years. 2019-02-05 10:33:28 +03:00
zend_accelerator_util_funcs.c Fixed bug #78986 2019-12-18 11:40:58 +01: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 Fixed bug #79055 2020-01-02 15:53:15 +01:00
zend_file_cache.h Remove copyright years. 2019-02-05 10:33:28 +03:00
zend_persist_calc.c Add support for class_alias to preloading 2019-12-10 13:06:36 +01:00
zend_persist.c Update ZCSG(map_ptr_last) only if for_shm 2020-01-02 11:59:36 +01: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 Remove support for preloading on Windows 2020-01-06 22:41:55 +01:00
ZendAccelerator.h Execute preload script under user defined by opcache.preload_user directive 2019-09-03 14:23:13 +03:00