summaryrefslogtreecommitdiff
path: root/ext/mysql/php_mysql.h
diff options
context:
space:
mode:
Diffstat (limited to 'ext/mysql/php_mysql.h')
-rw-r--r--ext/mysql/php_mysql.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/ext/mysql/php_mysql.h b/ext/mysql/php_mysql.h
index 053ece881c..5fc850f5cd 100644
--- a/ext/mysql/php_mysql.h
+++ b/ext/mysql/php_mysql.h
@@ -103,6 +103,8 @@ ZEND_BEGIN_MODULE_GLOBALS(mysql)
char *connect_error;
long connect_errno;
long connect_timeout;
+ long result_allocated;
+ long trace_mode;
ZEND_END_MODULE_GLOBALS(mysql)
#ifdef ZTS