From 3fbf3021a59ff30f890537020544e1b325528b0a Mon Sep 17 00:00:00 2001 From: Kevin MacMartin Date: Mon, 6 Nov 2023 13:11:45 -0500 Subject: [PATCH] Update the php.ini --- php/php.ini | 3 --- 1 file changed, 3 deletions(-) diff --git a/php/php.ini b/php/php.ini index c39b8c6..4d808d4 100644 --- a/php/php.ini +++ b/php/php.ini @@ -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.