From: Christopher Jones Date: Wed, 11 Mar 2009 17:11:32 +0000 (+0000) Subject: Revert local setting changes X-Git-Tag: RELEASE_1_3_5~24 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c5884d6cb6a48d6f3ab7277866bd9922aba754fd;p=php Revert local setting changes --- 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; }