diff options
author | Andrey Hristov <andrey@php.net> | 2014-01-29 15:27:43 +0200 |
---|---|---|
committer | Andrey Hristov <andrey@php.net> | 2014-01-29 15:27:43 +0200 |
commit | 7807d7d0ce4cbb2c10e7b9d9ae6d9a86a9c43d12 (patch) | |
tree | 31d6ff1b093420139b44617ca967baad24f33a75 /ext/mysqli/php_mysqli_structs.h | |
parent | 79ab514f0c114d572b6afc1d5b2decd2d512f19e (diff) | |
download | php-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.h | 1 |
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) |