php-src/ext/opcache
Remi Collet a9f3e3c44e
Fix GH-19298 missing libraries for opcache
In the absence of `PHP_ARG_WITH([opcache],` the value of ext_shared is not
initialized while processing directives of ext/opcache/config.m4, causing
PHP_EVAL_LIBLINE() to add libs to OPCACHE_SHARED_LIBADD instead of LIBS.

Closes GH-19301
2025-07-30 11:15:45 +02:00
..
jit Merge branch 'PHP-8.4' 2025-07-30 09:23:38 +02:00
tests Fix error handling inconsistency with opcache 2025-07-27 11:01:49 +02:00
config.m4 Fix GH-19298 missing libraries for opcache 2025-07-30 11:15:45 +02:00
config.w32 Make OPcache non-optional 2025-07-27 09:40:22 +02:00
CREDITS
opcache.stub.php Add opcache_is_script_cached_in_file_cache() function 2025-07-16 17:37:12 +02:00
opcache_arginfo.h Add opcache_is_script_cached_in_file_cache() function 2025-07-16 17:37:12 +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 Merge branch 'PHP-8.4' 2025-04-28 19:52:28 +02:00
zend_accelerator_blacklist.c Use win32 glob implementation on all platforms (#18164) 2025-05-20 16:20:59 -03: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 Make OPcache non-optional 2025-07-27 09:40:22 +02:00
zend_accelerator_module.h Make OPcache non-optional 2025-07-27 09:40:22 +02:00
zend_accelerator_util_funcs.c Small change SIMD codes (#18626) 2025-05-26 16:32:27 +09:00
zend_accelerator_util_funcs.h
zend_file_cache.c Add opcache_is_script_cached_in_file_cache() function 2025-07-16 17:37:12 +02:00
zend_file_cache.h Add opcache_is_script_cached_in_file_cache() function 2025-07-16 17:37:12 +02:00
zend_persist.c Fix error handling inconsistency with opcache 2025-07-27 11:01:49 +02:00
zend_persist.h
zend_persist_calc.c [RFC] Add support for attributes on compile-time constants 2025-04-29 11:53:09 -07:00
zend_shared_alloc.c Log a warning when opcache lock file permissions could not be changed 2025-06-03 19:22:58 +02:00
zend_shared_alloc.h Export opcache shared globals (#15543) 2024-08-26 14:54:36 +02:00
ZendAccelerator.c Call php_child_init() after fork during preloading (#19287) 2025-07-29 16:10:35 +02:00
ZendAccelerator.h Make OPcache non-optional 2025-07-27 09:40:22 +02:00