summaryrefslogtreecommitdiff
path: root/ext/oci8/tests
diff options
context:
space:
mode:
authorChristopher Jones <sixd@php.net>2009-03-11 17:11:32 +0000
committerChristopher Jones <sixd@php.net>2009-03-11 17:11:32 +0000
commitc5884d6cb6a48d6f3ab7277866bd9922aba754fd (patch)
treeb22f4f5428178a21a52c701fe2ad1062db80552b /ext/oci8/tests
parent88f61b00fcdeb18e68bc4465880e1b14a2032cd5 (diff)
downloadphp-git-c5884d6cb6a48d6f3ab7277866bd9922aba754fd.tar.gz
Revert local setting changes
Diffstat (limited to 'ext/oci8/tests')
-rw-r--r--ext/oci8/tests/details.inc3
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;
}