]> granicus.if.org Git - php/commitdiff
fix ZTS build
authorAnatol Belski <ab@php.net>
Fri, 12 Sep 2014 19:38:39 +0000 (21:38 +0200)
committerAnatol Belski <ab@php.net>
Fri, 12 Sep 2014 19:38:39 +0000 (21:38 +0200)
Zend/zend_gc.c

index f9ea342ebf2c2fcc066f076f0aea8462f92d2594..4b8b81e5a0c69792c88d04597acd6203523e33ee 100644 (file)
@@ -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;
        }