1
0
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:
jrfnl
2023-07-30 14:58:46 +02:00
committed by Sergey Panteleev
parent 6d039d282a
commit 85661a35f0
2 changed files with 0 additions and 6 deletions

View File

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