summaryrefslogtreecommitdiff
path: root/ext/mysqlnd/mysqlnd_debug.h
diff options
context:
space:
mode:
authorJohannes Schlüter <johannes@php.net>2009-03-30 13:55:47 +0000
committerJohannes Schlüter <johannes@php.net>2009-03-30 13:55:47 +0000
commitbcb40030a53c17304a14c89dfa01d9e7fb069b41 (patch)
tree0c41a6239b10a06aeaf9666b5ba864d2ebee39e5 /ext/mysqlnd/mysqlnd_debug.h
parent76b30f6434af284bcddee49e248081ca992a361d (diff)
downloadphp-git-bcb40030a53c17304a14c89dfa01d9e7fb069b41.tar.gz
MFH Fix #47819 (Getting pdo_mysql.so: undefined symbol: mysqlnd_debug_init at
startup)
Diffstat (limited to 'ext/mysqlnd/mysqlnd_debug.h')
-rw-r--r--ext/mysqlnd/mysqlnd_debug.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/mysqlnd/mysqlnd_debug.h b/ext/mysqlnd/mysqlnd_debug.h
index eb46471ee5..f872099d4a 100644
--- a/ext/mysqlnd/mysqlnd_debug.h
+++ b/ext/mysqlnd/mysqlnd_debug.h
@@ -58,7 +58,7 @@ struct st_mysqlnd_debug
};
-MYSQLND_DEBUG *mysqlnd_debug_init(TSRMLS_D);
+PHPAPI MYSQLND_DEBUG *mysqlnd_debug_init(TSRMLS_D);
#define MYSQLND_MEM_D TSRMLS_DC ZEND_FILE_LINE_DC ZEND_FILE_LINE_ORIG_DC