diff options
author | Anatol Belski <ab@php.net> | 2014-09-25 20:02:48 +0200 |
---|---|---|
committer | Anatol Belski <ab@php.net> | 2014-09-25 20:02:48 +0200 |
commit | 31cc63b1a41dab5f70d778c86ec3e8e2f98e41ea (patch) | |
tree | 11ed59418876d240bc47e9fad8d8f99b4b5681b6 /ext/mysqlnd/mysqlnd_debug.h | |
parent | 83fac1855f63b640122536b12cbb0b5b730ce8fe (diff) | |
download | php-git-31cc63b1a41dab5f70d778c86ec3e8e2f98e41ea.tar.gz |
fix some extension builds
Diffstat (limited to 'ext/mysqlnd/mysqlnd_debug.h')
-rw-r--r-- | ext/mysqlnd/mysqlnd_debug.h | 2 |
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; |