yajra / pdo-via-oci8

PHP PDO_OCI functions via OCI8 extension
Other
88 stars 61 forks source link

Fix PDO::ATTR_PERSISTENT when is set to false #80

Closed cvillegaslobos closed 3 years ago

cvillegaslobos commented 3 years ago

When PDO::ATTR_PERSISTENT is configured in the database.php file, the connections are always persistent, because the key exists in the config file (even if is setted false), ignoring DB_PERSISTENT variable in .env.

yajra commented 3 years ago

Released on v2.1.2 🚀 thanks!