tony2001 Mon Aug 28 09:56:29 2006 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/standard string.c Log: fix ZTS build http://cvs.php.net/viewvc.cgi/php-src/ext/standard/string.c?r1=1.445.2.14.2.13&r2=1.445.2.14.2.14&diff_format=u Index: php-src/ext/standard/string.c diff -u php-src/ext/standard/string.c:1.445.2.14.2.13 php-src/ext/standard/string.c:1.445.2.14.2.14 --- php-src/ext/standard/string.c:1.445.2.14.2.13 Sun Aug 27 19:06:09 2006 +++ php-src/ext/standard/string.c Mon Aug 28 09:56:28 2006 @@ -18,7 +18,7 @@ +----------------------------------------------------------------------+ */ -/* $Id: string.c,v 1.445.2.14.2.13 2006/08/27 19:06:09 iliaa Exp $ */ +/* $Id: string.c,v 1.445.2.14.2.14 2006/08/28 09:56:28 tony2001 Exp $ */ /* Synced with php 3.0 revision 1.193 1999-06-16 [ssb] */ @@ -888,6 +888,7 @@ int numelems, i = 0; zval tmp_val; int str_len; + TSRMLS_FETCH(); numelems = zend_hash_num_elements(Z_ARRVAL_P(arr));
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php