dmitry Mon Feb 26 10:22:45 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.51&r2=1.52&diff_format=u
Index: php-src/main/snprintf.c
diff -u php-src/main/snprintf.c:1.51 php-src/main/snprintf.c:1.52
--- php-src/main/snprintf.c:1.51 Sat Feb 24 18:33:03 2007
+++ php-src/main/snprintf.c Mon Feb 26 10:22:44 2007
@@ -16,7 +16,7 @@
+----------------------------------------------------------------------+
*/
-/* $Id: snprintf.c,v 1.51 2007/02/24 18:33:03 helly Exp $ */
+/* $Id: snprintf.c,v 1.52 2007/02/26 10:22:44 dmitry Exp $ */
#include "php.h"
@@ -593,6 +593,8 @@
struct lconv *lconv = NULL;
#endif
+ TSRMLS_FETCH();
+
/*
* Flag variables
*/
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php