We cannot safely assume that all op array will be refcount 0 after execution
authorBob Weinand <bobwei9@hotmail.com>
Wed, 22 Jul 2015 15:15:09 +0000 (17:15 +0200)
committerBob Weinand <bobwei9@hotmail.com>
Wed, 22 Jul 2015 15:16:16 +0000 (17:16 +0200)
commitb6936adb58288a0606ed847802d9226cddb41e2b
tree49134e278b38a2629cb66bfffcce7fb4c7b94b5d
parent3e479ef424b2193f41a28fda18bde076a79ea71e
We cannot safely assume that all op array will be refcount 0 after execution
Some extensions may want to analyze or re-run the op array later
Zend/zend_compile.h
Zend/zend_opcode.c
Zend/zend_vm_def.h
Zend/zend_vm_execute.h