~pbms-core/pbms/5.11-beta

« back to all changes in this revision

Viewing changes to php/ext/tests/custom_settings.ini

  • Committer: Barry.Leslie at PrimeBase
  • Date: 2010-02-25 21:12:53 UTC
  • Revision ID: barry.leslie@primebase.com-20100225211253-6ku73gkpoyt95xj3
Set the default engine to PBXT.

Show diffs side-by-side

added added

removed removed

Lines of Context:
12
12
        $host = ini_get("pbms.default_host");
13
13
        $port = ini_get("pbms.default_port");
14
14
        $database = ini_get("pbms.default_database");
15
 
        $engine = "InnoDB";
 
15
        $engine = "PBXT";
16
16
        if ($database == "") {
17
17
                $host = "localhost";
18
18
                $port = "8080";