Skip to content

Commit 85661a3

Browse files
jrfnlsaundefined
authored andcommitted
Remove mysqli.reconnect from php.ini files (php#11836)
The `mysqli.reconnect` ini directive was removed in PHP 8.2.0.
1 parent 6d039d2 commit 85661a3

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

php.ini-development

-3
Original file line numberDiff line numberDiff line change
@@ -1201,9 +1201,6 @@ mysqli.default_user =
12011201
; https://php.net/mysqli.default-pw
12021202
mysqli.default_pw =
12031203

1204-
; Allow or prevent reconnect
1205-
mysqli.reconnect = Off
1206-
12071204
; If this option is enabled, closing a persistent connection will rollback
12081205
; any pending transactions of this connection, before it is put back
12091206
; into the persistent connection pool.

php.ini-production

-3
Original file line numberDiff line numberDiff line change
@@ -1203,9 +1203,6 @@ mysqli.default_user =
12031203
; https://php.net/mysqli.default-pw
12041204
mysqli.default_pw =
12051205

1206-
; Allow or prevent reconnect
1207-
mysqli.reconnect = Off
1208-
12091206
; If this option is enabled, closing a persistent connection will rollback
12101207
; any pending transactions of this connection, before it is put back
12111208
; into the persistent connection pool.

0 commit comments

Comments
 (0)