File tree 3 files changed +6
-2
lines changed
3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -19,6 +19,10 @@ PHP NEWS
19
19
. Fixed bug #61930 (openssl corrupts ssl key resource when using
20
20
openssl_get_publickey()). (Stas)
21
21
22
+ - PDO_mysql:
23
+ . Fixed bug #60840 (undefined symbol: mysqlnd_debug_std_no_trace_funcs).
24
+ (Johannes)
25
+
22
26
- SPL:
23
27
. Fixed bug #64228 (RecursiveDirectoryIterator always assumes SKIP_DOTS).
24
28
(patch by
[email protected] , Laruence)
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_DC ZEND_FILE_LINE_ORIG_DC
30
30
#define MYSQLND_MEM_C TSRMLS_CC ZEND_FILE_LINE_CC ZEND_FILE_LINE_EMPTY_CC
You can’t perform that action at this time.
0 commit comments