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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user