]> granicus.if.org Git - php/commitdiff
Revert local setting changes
authorChristopher Jones <sixd@php.net>
Wed, 11 Mar 2009 17:11:32 +0000 (17:11 +0000)
committerChristopher Jones <sixd@php.net>
Wed, 11 Mar 2009 17:11:32 +0000 (17:11 +0000)
ext/oci8/tests/details.inc

index 35c1e93b753258b0f5701f32eb6d98272985ce99..0c53823eec0fd9d7de2c9d897132eb6d72fabc7c 100644 (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;
 }