Merge branch 'PHP-8.2'

* PHP-8.2:
  Remove `mysqli.reconnect` from php.ini files (#11836)
This commit is contained in:
Sergey Panteleev 2023-08-19 22:54:44 +03:00
commit b94f9f68a6
No known key found for this signature in database
GPG key ID: 659A97C9CF2A795A
2 changed files with 0 additions and 6 deletions

View file

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

View file

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