mirror of
https://github.com/php/php-src.git
synced 2025-08-15 13:38:49 +02:00
Merge branch 'PHP-8.2'
* PHP-8.2: Remove `mysqli.reconnect` from php.ini files (#11836)
This commit is contained in:
commit
b94f9f68a6
2 changed files with 0 additions and 6 deletions
|
@ -1211,9 +1211,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.
|
||||
|
|
|
@ -1213,9 +1213,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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue