summaryrefslogtreecommitdiff
path: root/ext/mysqli/php_mysqli_structs.h
diff options
context:
space:
mode:
authorAndrey Hristov <andrey@php.net>2014-01-29 15:27:43 +0200
committerAndrey Hristov <andrey@php.net>2014-01-29 15:27:43 +0200
commit7807d7d0ce4cbb2c10e7b9d9ae6d9a86a9c43d12 (patch)
tree31d6ff1b093420139b44617ca967baad24f33a75 /ext/mysqli/php_mysqli_structs.h
parent79ab514f0c114d572b6afc1d5b2decd2d512f19e (diff)
downloadphp-git-7807d7d0ce4cbb2c10e7b9d9ae6d9a86a9c43d12.tar.gz
Add new INI for rollbacking connections put back into the pconn pool
as well a function get the the statistics in easier way than ob_start() and parsing phpinfo().
Diffstat (limited to 'ext/mysqli/php_mysqli_structs.h')
-rw-r--r--ext/mysqli/php_mysqli_structs.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/mysqli/php_mysqli_structs.h b/ext/mysqli/php_mysqli_structs.h
index e7c02f9c9b..cc0c8fe63f 100644
--- a/ext/mysqli/php_mysqli_structs.h
+++ b/ext/mysqli/php_mysqli_structs.h
@@ -334,6 +334,7 @@ ZEND_BEGIN_MODULE_GLOBALS(mysqli)
HashTable *report_ht;
unsigned long multi_query;
unsigned long embedded;
+ zend_bool rollback_on_cached_plink;
ZEND_END_MODULE_GLOBALS(mysqli)