yajra / pdo-via-oci8

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

[2.x] Add method to set client identifier. #101

Closed yajra closed 2 years ago

yajra commented 2 years ago

Fix https://github.com/yajra/laravel-oci8/issues/453 Another for fix for #99

Usage

$con = new Oci8($dsn, $user, $pwd);
$con->setClientIdentifier('my-identifier');