1
0
mirror of https://github.com/php/php-src.git synced 2026-03-27 09:42:22 +01:00

fix ZTS build

This commit is contained in:
Antony Dovgal
2006-08-30 20:24:32 +00:00
parent 30d213667e
commit f53f3b01dd

View 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);