From 2a739959b6bd270fdb78a79819e86f3e64a3084c Mon Sep 17 00:00:00 2001 From: Philip Olson Date: Thu, 3 Sep 2015 03:41:02 +0000 Subject: [PATCH] Documented the mysqli.rollback_on_cached_plink ini entry, added in 5.6.0 git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@337727 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/mysqli/ini.xml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/reference/mysqli/ini.xml b/reference/mysqli/ini.xml index 05130106f8..93014d9efe 100644 --- a/reference/mysqli/ini.xml +++ b/reference/mysqli/ini.xml @@ -76,6 +76,12 @@ PHP_INI_SYSTEM Available since PHP 4.3.5. + + mysqli.rollback_on_cached_plink + TRUE + PHP_INI_SYSTEM + Available since PHP 5.6.0. + mysqli.cache_size "2000" @@ -229,6 +235,19 @@ + + + + mysqli.rollback_on_cached_plink + bool + + + + Used for rollbacking connections put back into the persistent + connection pool. + + +