php-src/ext/opcache
Ilija Tovilo 42ede5597e
Fix persisting of inherited class constants
Class constants are inherited to user classes without cloning. Thus, internal
class constants should not be persisted at all. Simply keep pointing to the
internal class constant.

Fixes GH-14109
Closes GH-14114
2024-05-06 16:00:48 +02:00
..
jit Fix exception IP in JIT (#13929) 2024-04-10 20:37:54 +02:00
tests Add zend_test.observer.enabled=0 to opcache tests asserting specific TMP count 2024-04-08 20:16:35 +02:00
config.m4 Fix GH-13727: macro generating invalid call test prototypes fixes. 2024-03-18 06:53:39 +00:00
config.w32
CREDITS
opcache.stub.php
opcache_arginfo.h
shared_alloc_mmap.c Fix possible segfault with 0x0 shared opcache base 2024-03-18 17:18:33 +01:00
shared_alloc_posix.c
shared_alloc_shm.c
shared_alloc_win32.c
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 ext/opcache: C++ compatibility 2022-03-20 20:38:23 +01:00
zend_accelerator_module.c Merge branch 'PHP-8.1' into PHP-8.2 2023-10-23 12:10:54 +03:00
zend_accelerator_module.h
zend_accelerator_util_funcs.c Fix delayed early binding class redeclaration error 2023-05-12 19:29:04 +02:00
zend_accelerator_util_funcs.h ext/opcache: C++ compatibility 2022-03-20 20:38:23 +01:00
zend_file_cache.c Merge branch 'PHP-8.1' into PHP-8.2 2023-10-11 09:57:35 +03:00
zend_file_cache.h ext/opcache: merge redundant code and "bool" refactoring (#8237) 2022-03-24 15:03:53 +01:00
zend_persist.c Fix persisting of inherited class constants 2024-05-06 16:00:48 +02:00
zend_persist.h
zend_persist_calc.c Fix persisting of inherited class constants 2024-05-06 16:00:48 +02:00
zend_shared_alloc.c Merge branch 'PHP-8.1' into PHP-8.2 2023-10-23 10:51:48 +03:00
zend_shared_alloc.h Merge branch 'PHP-8.1' into PHP-8.2 2023-10-23 10:51:48 +03:00
ZendAccelerator.c Merge branch 'PHP-8.1' into PHP-8.2 2023-10-18 10:49:07 +02:00
ZendAccelerator.h Don't enforce 64 hit counter on Windows 2022-08-22 17:49:30 +02:00