mirror of
https://github.com/php/php-src.git
synced 2025-08-15 13:38:49 +02:00
Add mysqli.rollback_on_cached_plink to php.ini-*
This commit is contained in:
parent
f44ff44516
commit
7eef766c3d
2 changed files with 10 additions and 0 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue