summaryrefslogtreecommitdiff
path: root/ext/mysqlnd/mysqlnd_palloc.h
diff options
context:
space:
mode:
authorAndrey Hristov <andrey@php.net>2007-10-02 10:45:27 +0000
committerAndrey Hristov <andrey@php.net>2007-10-02 10:45:27 +0000
commit9ac92cfecb9522d4679d7e3dc2e38be1b11a6467 (patch)
treee7e5931f5d0359b749c0a4668658bd2b2efe2cea /ext/mysqlnd/mysqlnd_palloc.h
parentf0e5df4544d0aa7378bc620577ba1e814a1a0aea (diff)
downloadphp-git-9ac92cfecb9522d4679d7e3dc2e38be1b11a6467.tar.gz
Update mysqlnd in HEAD
Updated ext/mysql and ext/mysqli in HEAD
Diffstat (limited to 'ext/mysqlnd/mysqlnd_palloc.h')
-rw-r--r--ext/mysqlnd/mysqlnd_palloc.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/ext/mysqlnd/mysqlnd_palloc.h b/ext/mysqlnd/mysqlnd_palloc.h
index 434df01730..8ef0eaab87 100644
--- a/ext/mysqlnd/mysqlnd_palloc.h
+++ b/ext/mysqlnd/mysqlnd_palloc.h
@@ -22,6 +22,11 @@
#ifndef MYSQLND_PALLOC_H
#define MYSQLND_PALLOC_H
+/* Used in mysqlnd_debug.c */
+extern char * mysqlnd_palloc_zval_ptr_dtor_name;
+extern char * mysqlnd_palloc_get_zval_name;
+
+
/* Session caching allocator */
struct st_mysqlnd_zval_list {
zval **ptr_line;