diff options
author | Johannes Schlüter <johannes@schlueters.de> | 2013-02-21 16:49:28 +0100 |
---|---|---|
committer | Johannes Schlüter <johannes@schlueters.de> | 2013-02-21 16:49:28 +0100 |
commit | 064c62e4cf078cf08a40478dfe0e64bd51789e57 (patch) | |
tree | e34f5562dcc330af9430d4cc35108707738562a1 /ext/mysqlnd/mysqlnd_alloc.c | |
parent | 1e9bc5677505585173ac105c997a09c095f34d1d (diff) | |
download | php-git-064c62e4cf078cf08a40478dfe0e64bd51789e57.tar.gz |
Fix #60840 (undefined symbol: mysqlnd_debug_std_no_trace_funcs)
Diffstat (limited to 'ext/mysqlnd/mysqlnd_alloc.c')
-rw-r--r-- | ext/mysqlnd/mysqlnd_alloc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/mysqlnd/mysqlnd_alloc.c b/ext/mysqlnd/mysqlnd_alloc.c index 380a0fbaa0..39c1711b02 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, |