tony2001 Wed Aug 30 20:24:32 2006 UTC Modified files: /php-src/ext/standard string.c Log: fix ZTS build http://cvs.php.net/viewvc.cgi/php-src/ext/standard/string.c?r1=1.584&r2=1.585&diff_format=u Index: php-src/ext/standard/string.c diff -u php-src/ext/standard/string.c:1.584 php-src/ext/standard/string.c:1.585 --- php-src/ext/standard/string.c:1.584 Wed Aug 30 18:40:26 2006 +++ php-src/ext/standard/string.c Wed Aug 30 20:24:32 2006 @@ -18,7 +18,7 @@ +----------------------------------------------------------------------+ */ -/* $Id: string.c,v 1.584 2006/08/30 18:40:26 iliaa Exp $ */ +/* $Id: string.c,v 1.585 2006/08/30 20:24:32 tony2001 Exp $ */ /* Synced with php 3.0 revision 1.193 1999-06-16 [ssb] */ @@ -1294,7 +1294,7 @@ } } - php_implode(delim, arr, return_value TSRMLS_DC); + php_implode(delim, arr, return_value TSRMLS_CC); if (argc == 1) { FREE_ZVAL(delim);
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php