Skip to content

Commit b94f9f6

Browse files
committed
Merge branch 'PHP-8.2'
* PHP-8.2: Remove `mysqli.reconnect` from php.ini files (php#11836)
2 parents c180e9b + 85661a3 commit b94f9f6

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
@@ -1211,9 +1211,6 @@ mysqli.default_user =
12111211
; https://php.net/mysqli.default-pw
12121212
mysqli.default_pw =
12131213

1214-
; Allow or prevent reconnect
1215-
mysqli.reconnect = Off
1216-
12171214
; If this option is enabled, closing a persistent connection will rollback
12181215
; any pending transactions of this connection, before it is put back
12191216
; into the persistent connection pool.

php.ini-production

-3
Original file line numberDiff line numberDiff line change
@@ -1213,9 +1213,6 @@ mysqli.default_user =
12131213
; https://php.net/mysqli.default-pw
12141214
mysqli.default_pw =
12151215

1216-
; Allow or prevent reconnect
1217-
mysqli.reconnect = Off
1218-
12191216
; If this option is enabled, closing a persistent connection will rollback
12201217
; any pending transactions of this connection, before it is put back
12211218
; into the persistent connection pool.

0 commit comments

Comments
 (0)