master
Merge branch 'PHP-8.5'
[skip ci] Fix opcache dump test for VARIATION job
Added CREDITS
Mask USR1/HUP while waiting for preloading
Add opcache_preloading() internal function
Disable opcache if no SHM backend is available
Add opcache_is_script_cached_in_file_cache() function
[skip ci] tree: Fix various typos (#19366)
opcache: change uses of sprintf into snprintf
Make lots of string pointers `const` (#10646)
Merge branch 'PHP-8.4'
ext/opcache: add const qualifiers
Update http->https in license (#6945)
ext/opcache: C++ compatibility
ext/opcache: use zend_result type instead of int
ext/opcache/zend_accelerator_module.c: remove unused include
Make OPcache non-optional
ext/opcache: use bool type instead of int
Merge branch 'PHP-8.4' into PHP-8.5
Zend: use type uint32_t for default_static_members_count CE field