Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update OciAdapter.php #587

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Update OciAdapter.php #587

wants to merge 1 commit into from

Conversation

luizvaz
Copy link

@luizvaz luizvaz commented Oct 16, 2017

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.

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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant