Skip to content

Commit b479c2b

Browse files
committed
Merge branch 'PHP-5.4' into PHP-5.5
2 parents 7b71923 + 064c62e commit b479c2b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ext/mysqlnd/mysqlnd_alloc.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ static const char mysqlnd_free_name[] = "_mysqlnd_free";
4242
static const char mysqlnd_pestrndup_name[] = "_mysqlnd_pestrndup";
4343
static const char mysqlnd_pestrdup_name[] = "_mysqlnd_pestrdup";
4444

45-
const char * mysqlnd_debug_std_no_trace_funcs[] =
45+
PHPAPI const char * mysqlnd_debug_std_no_trace_funcs[] =
4646
{
4747
mysqlnd_emalloc_name,
4848
mysqlnd_ecalloc_name,

ext/mysqlnd/mysqlnd_alloc.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
#ifndef MYSQLND_ALLOC_H
2525
#define MYSQLND_ALLOC_H
2626

27-
extern const char * mysqlnd_debug_std_no_trace_funcs[];
27+
PHPAPI extern const char * mysqlnd_debug_std_no_trace_funcs[];
2828

2929
#define MYSQLND_MEM_D TSRMLS_DC ZEND_FILE_LINE_ORIG_DC
3030
#define MYSQLND_MEM_C TSRMLS_CC ZEND_FILE_LINE_CC

0 commit comments

Comments
 (0)