Skip to content

Commit 99d0078

Browse files
committed
remove TSRMLS_* occurence
1 parent 8122bee commit 99d0078

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ext/mysqlnd/mysqlnd_alloc.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@
2626

2727
PHPAPI extern const char * mysqlnd_debug_std_no_trace_funcs[];
2828

29-
#define MYSQLND_MEM_D TSRMLS_DC ZEND_FILE_LINE_ORIG_DC
30-
#define MYSQLND_MEM_C TSRMLS_CC ZEND_FILE_LINE_CC
29+
#define MYSQLND_MEM_D ZEND_FILE_LINE_ORIG_DC
30+
#define MYSQLND_MEM_C ZEND_FILE_LINE_CC
3131

3232
struct st_mysqlnd_allocator_methods
3333
{

0 commit comments

Comments
 (0)