summaryrefslogtreecommitdiff
path: root/ext/mysqlnd/mysqlnd_alloc.h
diff options
context:
space:
mode:
authorJohannes Schlüter <johannes@schlueters.de>2013-02-21 16:49:28 +0100
committerJohannes Schlüter <johannes@schlueters.de>2013-02-21 16:49:28 +0100
commit064c62e4cf078cf08a40478dfe0e64bd51789e57 (patch)
treee34f5562dcc330af9430d4cc35108707738562a1 /ext/mysqlnd/mysqlnd_alloc.h
parent1e9bc5677505585173ac105c997a09c095f34d1d (diff)
downloadphp-git-064c62e4cf078cf08a40478dfe0e64bd51789e57.tar.gz
Fix #60840 (undefined symbol: mysqlnd_debug_std_no_trace_funcs)
Diffstat (limited to 'ext/mysqlnd/mysqlnd_alloc.h')
-rw-r--r--ext/mysqlnd/mysqlnd_alloc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/mysqlnd/mysqlnd_alloc.h b/ext/mysqlnd/mysqlnd_alloc.h
index 6bd4385e61..33c007026a 100644
--- a/ext/mysqlnd/mysqlnd_alloc.h
+++ b/ext/mysqlnd/mysqlnd_alloc.h
@@ -24,7 +24,7 @@
#ifndef MYSQLND_ALLOC_H
#define MYSQLND_ALLOC_H
-extern const char * mysqlnd_debug_std_no_trace_funcs[];
+PHPAPI extern const char * mysqlnd_debug_std_no_trace_funcs[];
#define MYSQLND_MEM_D TSRMLS_DC ZEND_FILE_LINE_DC ZEND_FILE_LINE_ORIG_DC
#define MYSQLND_MEM_C TSRMLS_CC ZEND_FILE_LINE_CC ZEND_FILE_LINE_EMPTY_CC