File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ static const char mysqlnd_free_name[] = "_mysqlnd_free";
42
42
static const char mysqlnd_pestrndup_name [] = "_mysqlnd_pestrndup" ;
43
43
static const char mysqlnd_pestrdup_name [] = "_mysqlnd_pestrdup" ;
44
44
45
- const char * mysqlnd_debug_std_no_trace_funcs [] =
45
+ PHPAPI const char * mysqlnd_debug_std_no_trace_funcs [] =
46
46
{
47
47
mysqlnd_emalloc_name ,
48
48
mysqlnd_ecalloc_name ,
Original file line number Diff line number Diff line change 24
24
#ifndef MYSQLND_ALLOC_H
25
25
#define MYSQLND_ALLOC_H
26
26
27
- extern const char * mysqlnd_debug_std_no_trace_funcs [];
27
+ PHPAPI extern const char * mysqlnd_debug_std_no_trace_funcs [];
28
28
29
29
#define MYSQLND_MEM_D TSRMLS_DC ZEND_FILE_LINE_ORIG_DC
30
30
#define MYSQLND_MEM_C TSRMLS_CC ZEND_FILE_LINE_CC
You can’t perform that action at this time.
0 commit comments