Update the php.ini

This commit is contained in:
Kevin MacMartin 2023-11-06 13:11:45 -05:00
parent 24895fe016
commit 3fbf3021a5

View file

@ -1190,9 +1190,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.