summaryrefslogtreecommitdiff
path: root/ext/mysqlnd/mysqlnd_debug.h
diff options
context:
space:
mode:
authorJohannes Schlüter <johannes@php.net>2009-03-30 13:53:35 +0000
committerJohannes Schlüter <johannes@php.net>2009-03-30 13:53:35 +0000
commit53034b18cb1bb800b221ab8dd9fa4a82b880b0a1 (patch)
tree6fe1c4a6a41984ea680a420a8dcf9597fb599b01 /ext/mysqlnd/mysqlnd_debug.h
parent369c5701e286a6d5b30e048359a0f7478bac0418 (diff)
downloadphp-git-53034b18cb1bb800b221ab8dd9fa4a82b880b0a1.tar.gz
- 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