summaryrefslogtreecommitdiff
path: root/ext/mysqlnd/mysqlnd_alloc.c
diff options
context:
space:
mode:
authorJohannes Schlüter <johannes@schlueters.de>2013-02-21 16:50:59 +0100
committerJohannes Schlüter <johannes@schlueters.de>2013-02-21 16:50:59 +0100
commitb479c2bffb91ee8a6c2e676920e895da08b68a4b (patch)
tree7399865aaa67a213d65ef29dd0634ab70cef8619 /ext/mysqlnd/mysqlnd_alloc.c
parent7b719235b3547236a7297e566d5da90bab9674d8 (diff)
parent064c62e4cf078cf08a40478dfe0e64bd51789e57 (diff)
downloadphp-git-b479c2bffb91ee8a6c2e676920e895da08b68a4b.tar.gz
Merge branch 'PHP-5.4' into PHP-5.5
Diffstat (limited to 'ext/mysqlnd/mysqlnd_alloc.c')
-rw-r--r--ext/mysqlnd/mysqlnd_alloc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/mysqlnd/mysqlnd_alloc.c b/ext/mysqlnd/mysqlnd_alloc.c
index 325444cdc4..80e8156016 100644
--- a/ext/mysqlnd/mysqlnd_alloc.c
+++ b/ext/mysqlnd/mysqlnd_alloc.c
@@ -42,7 +42,7 @@ static const char mysqlnd_free_name[] = "_mysqlnd_free";
static const char mysqlnd_pestrndup_name[] = "_mysqlnd_pestrndup";
static const char mysqlnd_pestrdup_name[] = "_mysqlnd_pestrdup";
-const char * mysqlnd_debug_std_no_trace_funcs[] =
+PHPAPI const char * mysqlnd_debug_std_no_trace_funcs[] =
{
mysqlnd_emalloc_name,
mysqlnd_ecalloc_name,