You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add an option to close a PDO connection. This is useful in long running scripts where the connection is not always needed and the server has connection limits that may be hit if a connection is left open and unused.