php-src/ext/opcache
Nikita Popov 3e01f5afb1 Replace zend_bool uses with bool
We're starting to see a mix between uses of zend_bool and bool.
Replace all usages with the standard bool type everywhere.

Of course, zend_bool is retained as an alias.
2021-01-15 12:33:06 +01:00
..
jit Replace zend_bool uses with bool 2021-01-15 12:33:06 +01:00
Optimizer Replace zend_bool uses with bool 2021-01-15 12:33:06 +01:00
tests Clean up remaining opcodes for foreach([] as $x) 2021-01-07 09:43:31 -05:00
config.m4 Fixed bug #80377 2020-11-25 11:47:05 +01:00
config.w32 Avoid unnecessary linking of Windows DLLs 2020-06-09 18:37:37 +02:00
CREDITS
opcache_arginfo.h Review parameter names in ext/opcache 2020-09-30 10:10:27 +02:00
opcache.stub.php Review parameter names in ext/opcache 2020-09-30 10:10:27 +02:00
shared_alloc_mmap.c Fix opcache JIT on NetBSD with PaX 2020-08-04 10:34:31 +02: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 Fix typos in comments 2020-11-28 13:52:46 +01:00
zend_accelerator_blacklist.c Replace zend_bool uses with bool 2021-01-15 12:33:06 +01:00
zend_accelerator_blacklist.h Replace zend_bool uses with bool 2021-01-15 12:33:06 +01:00
zend_accelerator_debug.c Add zend_accel_error_noreturn() helper 2020-10-19 16:09:03 +02:00
zend_accelerator_debug.h Add zend_accel_error_noreturn() helper 2020-10-19 16:09:03 +02:00
zend_accelerator_hash.c Replace zend_bool uses with bool 2021-01-15 12:33:06 +01:00
zend_accelerator_hash.h Replace zend_bool uses with bool 2021-01-15 12:33:06 +01:00
zend_accelerator_module.c Replace zend_bool uses with bool 2021-01-15 12:33:06 +01:00
zend_accelerator_module.h Remove copyright years. 2019-02-05 10:33:28 +03:00
zend_accelerator_util_funcs.c Cleanup: 2021-01-12 08:54:09 +03: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 Add system ID entropy API 2020-09-18 14:26:44 -07:00
zend_file_cache.h Remove copyright years. 2019-02-05 10:33:28 +03:00
zend_persist_calc.c Replace zend_bool uses with bool 2021-01-15 12:33:06 +01:00
zend_persist.c Replace zend_bool uses with bool 2021-01-15 12:33:06 +01:00
zend_persist.h Drop useless zend_accel_script_persistable() function 2020-07-17 17:00:42 +02:00
zend_shared_alloc.c Replace zend_bool uses with bool 2021-01-15 12:33:06 +01:00
zend_shared_alloc.h Replace zend_bool uses with bool 2021-01-15 12:33:06 +01:00
ZendAccelerator.c Replace zend_bool uses with bool 2021-01-15 12:33:06 +01:00
ZendAccelerator.h Replace zend_bool uses with bool 2021-01-15 12:33:06 +01:00