Current Path : /usr/opt/php56/share/pear/test/MDB2/tests/ |
FreeBSD hs32.drive.ne.jp 9.1-RELEASE FreeBSD 9.1-RELEASE #1: Wed Jan 14 12:18:08 JST 2015 root@hs32.drive.ne.jp:/sys/amd64/compile/hs32 amd64 |
Current File : //usr/opt/php56/share/pear/test/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()); ?>