Skip to content

Commit

Permalink
- Change PDO_oci connection defaults to match Oracle XE defaults, hig…
Browse files Browse the repository at this point in the history
…her chance

  to work out of the box
  • Loading branch information
johannes committed Aug 31, 2011
1 parent 5d09938 commit 48c69c3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ext/pdo_oci/tests/common.phpt
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ if (false !== getenv('PDO_OCI_TEST_DSN')) {
$config['ENV']['PDOTEST_PASS'] = getenv('PDO_OCI_TEST_PASS');
$config['ENV']['PDOTEST_ATTR'] = getenv('PDO_OCI_TEST_ATTR');
} else {
$config['ENV']['PDOTEST_DSN'] = 'oci:dbname=test';
$config['ENV']['PDOTEST_DSN'] = 'oci:dbname=localhost/xe;charset=WE8MSWIN1252';
$config['ENV']['PDOTEST_USER'] = 'SYSTEM';
$config['ENV']['PDOTEST_PASS'] = 'PASSWORD';
$config['ENV']['PDOTEST_PASS'] = 'oracle';
}

return $config;

0 comments on commit 48c69c3

Please sign in to comment.