From: Xinchen Hui Date: Fri, 12 Sep 2014 18:00:15 +0000 (+0800) Subject: Forget to commit this part... X-Git-Tag: PRE_NATIVE_TLS_MERGE~150^2~18^2~47 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=243ec132e616d8f6f87dd7764111f9fe824ec40f;p=php Forget to commit this part... --- diff --git a/Zend/zend_gc.c b/Zend/zend_gc.c index 590b08a214..f9ea342ebf 100644 --- a/Zend/zend_gc.c +++ b/Zend/zend_gc.c @@ -99,6 +99,7 @@ ZEND_API void gc_reset(TSRMLS_D) { GC_G(gc_runs) = 0; GC_G(collected) = 0; + GC_G(gc_full) = 0; #if GC_BENCH GC_G(root_buf_length) = 0;