php-activerecord icon indicating copy to clipboard operation
php-activerecord copied to clipboard

Update OciAdapter.php

Open luizvaz opened this issue 8 years ago • 0 comments

Added the possibility to use another port instead of standard 1521 one.

You can use set_connections method passing array('prod' => "oci://$_user:$_pass@$_host:$_port/$_service"). It will call the PDO driver with the correct arguments without removing port info.

luizvaz avatar Oct 16 '17 03:10 luizvaz