dmitry Mon Apr 9 15:35:49 2007 UTC Modified files: /php-src/main snprintf.c Log: ZTS fix http://cvs.php.net/viewvc.cgi/php-src/main/snprintf.c?r1=1.53&r2=1.54&diff_format=u Index: php-src/main/snprintf.c diff -u php-src/main/snprintf.c:1.53 php-src/main/snprintf.c:1.54 --- php-src/main/snprintf.c:1.53 Mon Feb 26 11:55:32 2007 +++ php-src/main/snprintf.c Mon Apr 9 15:35:49 2007 @@ -16,7 +16,7 @@ +----------------------------------------------------------------------+ */ -/* $Id: snprintf.c,v 1.53 2007/02/26 11:55:32 tony2001 Exp $ */ +/* $Id: snprintf.c,v 1.54 2007/04/09 15:35:49 dmitry Exp $ */ #include "php.h" @@ -603,8 +603,6 @@ struct lconv *lconv = NULL; #endif - TSRMLS_FETCH(); - /* * Flag variables */ @@ -616,6 +614,8 @@ boolean_e adjust_width; bool_int is_negative; + TSRMLS_FETCH(); + sp = odp->nextb; bep = odp->buf_end;
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php