summaryrefslogtreecommitdiff
path: root/ext/pdo_oci/tests/settings.inc
blob: cbbaeda491fe2c2640dc55cf67670a8fcc0cc3d9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<?php /* $Id$ */

/* 
 * Please, change user, password and dbase to match your configuration.
 * */

$user       = "system";
$password   = "manager";
$dbase      = "dbase";

$schema     = "system"; 

?>