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

Commits on Oct 16, 2017

  1. 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.
    luizvaz authored Oct 16, 2017
    Configuration menu
    Copy the full SHA
    10a09d5 View commit details
    Browse the repository at this point in the history