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. + + +