]> granicus.if.org Git - php/commit
Handle run-time cache for static properties directly in executor.
authorDmitry Stogov <dmitry@zend.com>
Tue, 13 Jan 2015 06:33:15 +0000 (09:33 +0300)
committerDmitry Stogov <dmitry@zend.com>
Tue, 13 Jan 2015 06:33:15 +0000 (09:33 +0300)
commit7e93de101ff2c3924472640844895334889f0dab
treef1ab640eaf9edc67da0b2f16a28eaf394725aae4
parentd810cf816bdeea6133c773241c8804f1d347c560
Handle run-time cache for static properties directly in executor.
Removed cache_slot argument in zend_std_get_static_property() and zend_std_unset_static_property().
Zend/zend_API.c
Zend/zend_object_handlers.c
Zend/zend_object_handlers.h
Zend/zend_vm_def.h
Zend/zend_vm_execute.h
ext/reflection/php_reflection.c