summaryrefslogtreecommitdiff
path: root/ext/mysqlnd/mysqlnd_debug.h
diff options
context:
space:
mode:
authorAnatol Belski <ab@php.net>2014-09-25 20:02:48 +0200
committerAnatol Belski <ab@php.net>2014-09-25 20:02:48 +0200
commit31cc63b1a41dab5f70d778c86ec3e8e2f98e41ea (patch)
tree11ed59418876d240bc47e9fad8d8f99b4b5681b6 /ext/mysqlnd/mysqlnd_debug.h
parent83fac1855f63b640122536b12cbb0b5b730ce8fe (diff)
downloadphp-git-31cc63b1a41dab5f70d778c86ec3e8e2f98e41ea.tar.gz
fix some extension builds
Diffstat (limited to 'ext/mysqlnd/mysqlnd_debug.h')
-rw-r--r--ext/mysqlnd/mysqlnd_debug.h2
1 files changed, 1 insertions, 1 deletions
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;