yajra / pdo-via-oci8

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

Added support for oci session_mode (wallet) #61

Closed Blizzke closed 5 years ago

Blizzke commented 5 years ago

oci_[p]connect() has another parameter that allows you to specify the session mode. When you want to use a wallet you'll have to set this to OCI_CRED_EXT.

This change allows you to add a 'session_mode'-entry in the $options to control this parameter.