php-src/ext/opcache
Christoph M. Becker 107bd080a5
Fix Clang style nits (GH-17685)
This addresses all `-Wlogical-op-parentheses` and `-Wmissing-braces`
warnings across the whole code base (all Windows specific code).
2025-02-05 14:13:56 +01:00
..
jit Merge branch 'PHP-8.4' 2025-02-03 19:38:04 +01:00
tests Merge branch 'PHP-8.4' 2025-02-03 19:38:04 +01:00
config.m4 Autotools: Mark always-shared extensions with ext_shared variable (#15739) 2024-09-04 23:28:29 +02:00
config.w32 Merge branch 'PHP-8.4' 2024-11-18 23:29:26 +01:00
CREDITS
opcache.stub.php Add API to exempt function from being traced in JIT (#15559) 2024-09-24 14:20:38 +02:00
opcache_arginfo.h Add API to exempt function from being traced in JIT (#15559) 2024-09-24 14:20:38 +02:00
shared_alloc_mmap.c Merge branch 'PHP-8.3' 2024-07-23 13:43:25 +02:00
shared_alloc_posix.c opcache: change uses of sprintf into snprintf 2024-06-14 08:12:03 -07:00
shared_alloc_shm.c
shared_alloc_win32.c Fix printf style issues in Windows specific code (GH-17452) 2025-01-13 11:50:05 +01:00
zend_accelerator_blacklist.c Fix gcc-14 Wcalloc-transposed-args warnings 2024-04-01 20:34:14 +02:00
zend_accelerator_blacklist.h
zend_accelerator_debug.c
zend_accelerator_debug.h
zend_accelerator_hash.c
zend_accelerator_hash.h
zend_accelerator_module.c Merge branch 'PHP-8.4' 2024-12-09 11:47:26 +01:00
zend_accelerator_module.h
zend_accelerator_util_funcs.c Merge branch 'PHP-8.3' into PHP-8.4 2024-10-22 15:06:06 +02:00
zend_accelerator_util_funcs.h
zend_file_cache.c Fix Clang style nits (GH-17685) 2025-02-05 14:13:56 +01:00
zend_file_cache.h
zend_persist.c Add dedicated zend_ast_op_array struct (#17391) 2025-01-08 11:26:35 +01:00
zend_persist.h
zend_persist_calc.c Add dedicated zend_ast_op_array struct (#17391) 2025-01-08 11:26:35 +01:00
zend_shared_alloc.c Merge branch 'PHP-8.3' 2024-08-29 23:12:56 +03:00
zend_shared_alloc.h Export opcache shared globals (#15543) 2024-08-26 14:54:36 +02:00
ZendAccelerator.c Merge branch 'PHP-8.4' 2025-01-28 12:56:00 +01:00
ZendAccelerator.h Merge branch 'PHP-8.4' 2025-01-27 19:51:58 +01:00