HEX
Server: Apache
System: Linux sg241.singhost.net 2.6.32-896.16.1.lve1.4.51.el6.x86_64 #1 SMP Wed Jan 17 13:19:23 EST 2018 x86_64
User: honghock (909)
PHP: 8.0.30
Disabled: passthru,system,shell_exec,show_source,exec,popen,proc_open
Upload Files
File: //opt/cloudlinux/alt-php54/root/usr/share/pear/test/MDB/tests/test_setup.php.dist
<?php

// if you get a max execution exceed error uncomment the following line
// and modify the time limit as needed
//set_time_limit(100);


$testcases = array(
    'MDB_manager_testcase',
    'MDB_api_testcase',
    'MDB_usage_testcase',
    'MDB_bugs_testcase',
);

$dbarray[] = array(
    'dsn' => array(
        'phptype' => 'pgsql',
        'username' => 'username',
        'password' => 'password',
        'hostspec' => 'hostname',
    ),
    'options' => array(
    )
);
$dbarray[] = array(
    'dsn' => array(
        'phptype' => 'mysql',
        'username' => 'username',
        'password' => 'password',
        'hostspec' => 'hostname',
    ),
    'options' => array(
        'UseTransactions' => TRUE
    )
);

// you may need to uncomment the line and modify the multiplier as you see fit
#set_time_limit(60*count($dbarray));
?>