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
In PHP, we cannot manually close a PDO connection. All references to the PDO instance must be garbage-collected in order to close the connection.
Internally, Tempest passes the PDO object around in multiple classes (Database, TransactionManager and PdoInitializer). We would need to wrap it so we can close connections manually.
The text was updated successfully, but these errors were encountered:
innocenzi
added
Bug
Something isn't working
Triage
New issues that need to be reviewed by the Tempest team.
Database
and removed
Triage
New issues that need to be reviewed by the Tempest team.
labels
Dec 24, 2024
In PHP, we cannot manually close a PDO connection. All references to the PDO instance must be garbage-collected in order to close the connection.
Internally, Tempest passes the PDO object around in multiple classes (
Database
,TransactionManager
andPdoInitializer
). We would need to wrap it so we can close connections manually.The text was updated successfully, but these errors were encountered: