]> granicus.if.org Git - php/commit
Replace ZEND_ACC_ANON_BOUND, ZEND_ACC_UNRESOLVED_PARENT and ZEND_ACC_UNRESOLVED_INTER...
authorDmitry Stogov <dmitry@zend.com>
Tue, 18 Sep 2018 08:41:40 +0000 (11:41 +0300)
committerDmitry Stogov <dmitry@zend.com>
Tue, 18 Sep 2018 08:41:40 +0000 (11:41 +0300)
commit689c6fb188c9dfe5e428492b4b80f8d6f586a7e5
tree8b6c9b130a77872b033c33c90cb67d5896e0e9b9
parentb189c2432a4ba9bc111f2a4bb565ed9af09c8dc8
Replace ZEND_ACC_ANON_BOUND, ZEND_ACC_UNRESOLVED_PARENT and ZEND_ACC_UNRESOLVED_INTERFACES with single ZEND_ACC_LINKED.
18 files changed:
UPGRADING.INTERNALS
Zend/zend.h
Zend/zend_API.c
Zend/zend_compile.c
Zend/zend_compile.h
Zend/zend_inheritance.c
Zend/zend_interfaces.c
Zend/zend_opcode.c
Zend/zend_operators.c
Zend/zend_vm_def.h
Zend/zend_vm_execute.h
ext/opcache/Optimizer/zend_inference.c
ext/opcache/zend_accelerator_util_funcs.c
ext/opcache/zend_file_cache.c
ext/opcache/zend_persist.c
ext/opcache/zend_persist_calc.c
ext/reflection/php_reflection.c
ext/spl/spl_functions.c