]> granicus.if.org Git - php/commitdiff
fix ZTS build
authorAntony Dovgal <tony2001@php.net>
Mon, 28 Aug 2006 09:56:28 +0000 (09:56 +0000)
committerAntony Dovgal <tony2001@php.net>
Mon, 28 Aug 2006 09:56:28 +0000 (09:56 +0000)
ext/standard/string.c

index ca827eecb4637ea217cdc60a8c079d4ddb332b78..62926777d51bf0ee3474107da556ebdbff726709 100644 (file)
@@ -888,6 +888,7 @@ PHPAPI void php_implode(zval *delim, zval *arr, zval *return_value)
        int            numelems, i = 0;
        zval tmp_val;
        int str_len;
+       TSRMLS_FETCH();
 
        numelems = zend_hash_num_elements(Z_ARRVAL_P(arr));