We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 99d0078 commit 386cb17Copy full SHA for 386cb17
ext/mysqlnd/mysqlnd_debug.c
@@ -28,12 +28,6 @@
28
static const char * const mysqlnd_debug_default_trace_file = "/tmp/mysqlnd.trace";
29
static const char * const mysqlnd_debug_empty_string = "";
30
31
-#ifdef ZTS
32
-#define MYSQLND_ZTS(self) TSRMLS_D = (self)->TSRMLS_C
33
-#else
34
-#define MYSQLND_ZTS(self)
35
-#endif
36
-
37
38
/* {{{ mysqlnd_debug::open */
39
static enum_func_status
0 commit comments