sixd            Wed Mar 11 17:11:32 2009 UTC

  Modified files:              (Branch: PHP_5_3)
    /php-src/ext/oci8/tests     details.inc 
  Log:
  Revert local setting changes
  
  
http://cvs.php.net/viewvc.cgi/php-src/ext/oci8/tests/details.inc?r1=1.1.2.3.2.4&r2=1.1.2.3.2.5&diff_format=u
Index: php-src/ext/oci8/tests/details.inc
diff -u php-src/ext/oci8/tests/details.inc:1.1.2.3.2.4 
php-src/ext/oci8/tests/details.inc:1.1.2.3.2.5
--- php-src/ext/oci8/tests/details.inc:1.1.2.3.2.4      Mon Mar  9 19:01:16 2009
+++ php-src/ext/oci8/tests/details.inc  Wed Mar 11 17:11:32 2009
@@ -34,8 +34,7 @@
        $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;
 }
 



-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to