Fix fake closure leaking when called from internal func Introduced in 8e49d7f32f3bf8e20a699bfef5c2b2591a56e8ec. ZEND_CALL_RELEASE_THIS was previously not handled for internal calls
Fix fake closure leaking when called from internal func Introduced in 8e49d7f32f3bf8e20a699bfef5c2b2591a56e8ec. ZEND_CALL_RELEASE_THIS was previously not handled for internal calls but just for user calls in the zend_leave_helper. Closes GH-9884
show more ...
|