HEX
Server: Apache
System: Linux s198.coreserver.jp 5.15.0-151-generic #161-Ubuntu SMP Tue Jul 22 14:25:40 UTC 2025 x86_64
User: nagasaki (10062)
PHP: 7.1.33
Disabled: NONE
Upload Files
File: //opt/remi/php56/root/usr/share/tests/pear/MDB2/tests/config.php
<?php
// {{{ error reporting
error_reporting(E_ERROR);
// }}}
// {{{ DSN Constants
/**
 * Constants used in PackageName_MDB2
 */
define ('DSN_PHPTYPE',  'mysql');
define ('DSN_USERNAME', 'username');
define ('DSN_PASSWORD', 'password');
define ('DSN_HOSTNAME', 'hostname');
define ('DSN_DATABASE', 'databasename');
// }}}

//uncomment the following to run tests in a checkout
//set_include_path(dirname(dirname(__FILE__)).DIRECTORY_SEPARATOR.get_include_path());

?>