Closed piotrbudny closed 6 years ago
This issue has been automatically marked as stale because it has not had activity within the last 60 days. It will be closed after 7 days if no further activity occurs. Thank you for your contributions.
This issue has been automatically closed because it has not had activity since it was marked as stale. Thank you for your contributions.
The
DefaultConnection::close()
does not close a connection.From the PHP manual:
As we can see below, a reference to the PDO object exists not only in the
connection
property but also in themetaData
property:therefore the
close()
method should be updated to: