1
0
mirror of https://github.com/php/php-src.git synced 2026-03-24 00:02:20 +01:00

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