]> granicus.if.org Git - php/commitdiff
fix ZTS build
authorAntony Dovgal <tony2001@php.net>
Wed, 30 Aug 2006 20:24:32 +0000 (20:24 +0000)
committerAntony Dovgal <tony2001@php.net>
Wed, 30 Aug 2006 20:24:32 +0000 (20:24 +0000)
ext/standard/string.c

index 800912fb9cdfc938e7dd8332dfff6d286a8494f8..25196a213526a72a9c2752fa018ad6eba09e4cba 100644 (file)
@@ -1294,7 +1294,7 @@ PHP_FUNCTION(implode)
                }
        }
 
-       php_implode(delim, arr, return_value TSRMLS_DC);
+       php_implode(delim, arr, return_value TSRMLS_CC);
 
        if (argc == 1) {
                FREE_ZVAL(delim);