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.