From 31cc63b1a41dab5f70d778c86ec3e8e2f98e41ea Mon Sep 17 00:00:00 2001 From: Anatol Belski Date: Thu, 25 Sep 2014 20:02:48 +0200 Subject: fix some extension builds --- ext/mysqlnd/mysqlnd_debug.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext/mysqlnd/mysqlnd_debug.h') diff --git a/ext/mysqlnd/mysqlnd_debug.h b/ext/mysqlnd/mysqlnd_debug.h index bb4ff3e895..463c60cee3 100644 --- a/ext/mysqlnd/mysqlnd_debug.h +++ b/ext/mysqlnd/mysqlnd_debug.h @@ -46,7 +46,7 @@ struct st_mysqlnd_debug { php_stream *stream; #ifdef ZTS - TSRMLS_D; + void ***tsrm_ls; #endif unsigned int flags; unsigned int nest_level_limit; -- cgit v1.2.1