php-activerecord
php-activerecord copied to clipboard
Update OciAdapter.php
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.