From: Anatol Belski Date: Fri, 12 Sep 2014 19:38:39 +0000 (+0200) Subject: fix ZTS build X-Git-Tag: PRE_NATIVE_TLS_MERGE~150^2~18^2~37 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c22458adc59435e24581fc45867d338dd0f40d8a;p=php fix ZTS build --- diff --git a/Zend/zend_gc.c b/Zend/zend_gc.c index f9ea342ebf..4b8b81e5a0 100644 --- a/Zend/zend_gc.c +++ b/Zend/zend_gc.c @@ -621,7 +621,7 @@ static int gc_collect_roots(TSRMLS_D) GC_SET_BLACK(GC_INFO(current->ref)); current = current->next; } - gc_reset(TSRMLS_CC); + gc_reset(TSRMLS_C); return 0; }