We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d1c4fd9 commit 57dbe02Copy full SHA for 57dbe02
ext/mysqlnd/mysqlnd_debug.c
@@ -713,9 +713,7 @@ PHPAPI MYSQLND_DEBUG *
713
mysqlnd_debug_init(const char * skip_functions[] TSRMLS_DC)
714
{
715
MYSQLND_DEBUG *ret = calloc(1, sizeof(MYSQLND_DEBUG));
716
-#ifdef ZTS
717
- ret->tsrm_ls = tsrm_get_ls_cache();
718
-#endif
+
719
ret->nest_level_limit = 0;
720
ret->pid = getpid();
721
zend_stack_init(&ret->call_stack, sizeof(char *));
ext/mysqlnd/mysqlnd_debug.h
@@ -45,9 +45,6 @@ struct st_mysqlnd_debug_methods
45
struct st_mysqlnd_debug
46
47
php_stream *stream;
48
49
- void ***tsrm_ls;
50
51
unsigned int flags;
52
unsigned int nest_level_limit;
53
int pid;
0 commit comments