diff options
author | Christopher Jones <sixd@php.net> | 2009-03-11 17:11:32 +0000 |
---|---|---|
committer | Christopher Jones <sixd@php.net> | 2009-03-11 17:11:32 +0000 |
commit | c5884d6cb6a48d6f3ab7277866bd9922aba754fd (patch) | |
tree | b22f4f5428178a21a52c701fe2ad1062db80552b /ext/oci8/tests | |
parent | 88f61b00fcdeb18e68bc4465880e1b14a2032cd5 (diff) | |
download | php-git-c5884d6cb6a48d6f3ab7277866bd9922aba754fd.tar.gz |
Revert local setting changes
Diffstat (limited to 'ext/oci8/tests')
-rw-r--r-- | ext/oci8/tests/details.inc | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/ext/oci8/tests/details.inc b/ext/oci8/tests/details.inc index 35c1e93b75..0c53823eec 100644 --- a/ext/oci8/tests/details.inc +++ b/ext/oci8/tests/details.inc @@ -34,8 +34,7 @@ if (false !== getenv('PHP_OCI8_TEST_DB')) { $user = "system"; $password = "oracle"; $dbase = "localhost/XE"; - $dbase = "ca-tools1.us.oracle.com/XE"; - $oracle_on_localhost = FALSE; + $oracle_on_localhost = TRUE; $test_drcp = FALSE; } |