Add mysqli.rollback_on_cached_plink to php.ini-*

This commit is contained in:
ada-u 2021-05-20 21:54:01 +09:00 committed by Nikita Popov
parent f44ff44516
commit 7eef766c3d
2 changed files with 10 additions and 0 deletions

View file

@ -1191,6 +1191,11 @@ mysqli.default_pw =
; Allow or prevent reconnect
mysqli.reconnect = Off
; If this option is enabled, closing a persistent connection will rollback
; any pending transactions of this connection, before it is put back
; into the persistent connection pool.
;mysqli.rollback_on_cached_plink = Off
[mysqlnd]
; Enable / Disable collection of general statistics by mysqlnd which can be
; used to tune and monitor MySQL operations.