From c5884d6cb6a48d6f3ab7277866bd9922aba754fd Mon Sep 17 00:00:00 2001 From: Christopher Jones Date: Wed, 11 Mar 2009 17:11:32 +0000 Subject: [PATCH] Revert local setting changes --- ext/oci8/tests/details.inc | 3 +-- 1 file changed, 1 insertion(+), 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; } -- 2.50.1