Revert local setting changes

This commit is contained in:
Christopher Jones 2009-03-11 17:11:32 +00:00
parent 88f61b00fc
commit c5884d6cb6

View File

@ -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;
}