mirror of
https://github.com/php/php-src.git
synced 2026-03-24 00:02:20 +01:00
Remove mysqli.reconnect from php.ini files (#11836)
The `mysqli.reconnect` ini directive was removed in PHP 8.2.0.
This commit is contained in:
@@ -1201,9 +1201,6 @@ mysqli.default_user =
|
||||
; https://php.net/mysqli.default-pw
|
||||
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.
|
||||
|
||||
Reference in New Issue
Block a user