Browse Source

Revert local setting changes

experimental/5.3-FPM
Christopher Jones 17 years ago
parent
commit
c5884d6cb6
  1. 3
      ext/oci8/tests/details.inc

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

Loading…
Cancel
Save