]> granicus.if.org Git - php/commitdiff
GC checks during argument release don't make sense
authorDmitry Stogov <dmitry@zend.com>
Mon, 5 May 2014 08:40:16 +0000 (12:40 +0400)
committerDmitry Stogov <dmitry@zend.com>
Mon, 5 May 2014 08:40:16 +0000 (12:40 +0400)
Zend/zend_execute.h

index 0cdaeabde0ae08da745caf347e024b050ab785b2..d07a3e0f641d709530e1efae26b6a2ea1a41c58e 100644 (file)
@@ -253,7 +253,7 @@ static zend_always_inline void zend_vm_stack_clear_multiple(int nested TSRMLS_DC
 
        while (p != end) {
                p--;
-               i_zval_ptr_dtor(p ZEND_FILE_LINE_CC TSRMLS_CC);
+               i_zval_ptr_dtor_nogc(p ZEND_FILE_LINE_CC TSRMLS_CC);
        }
        if (nested) {
                EG(argument_stack)->top = p;