summaryrefslogtreecommitdiff
path: root/ext/mysqlnd/mysqlnd_debug.c
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.c
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.c')
-rw-r--r--ext/mysqlnd/mysqlnd_debug.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/mysqlnd/mysqlnd_debug.c b/ext/mysqlnd/mysqlnd_debug.c
index 51d3f0413b..8dc117617d 100644
--- a/ext/mysqlnd/mysqlnd_debug.c
+++ b/ext/mysqlnd/mysqlnd_debug.c
@@ -618,7 +618,7 @@ MYSQLND_CLASS_METHODS_END;
/* {{{ mysqlnd_debug_init */
-MYSQLND_DEBUG *mysqlnd_debug_init(TSRMLS_D)
+PHPAPI MYSQLND_DEBUG *mysqlnd_debug_init(TSRMLS_D)
{
MYSQLND_DEBUG *ret = ecalloc(1, sizeof(MYSQLND_DEBUG));
#ifdef ZTS