mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
Reverted wrong commit
Xinchen, stop commit changed configs :) You may use environment variables to ovverride default settings
This commit is contained in:
parent
a08a1ae2c0
commit
c25f09e6ab
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ if (false !== getenv('PDO_MYSQL_TEST_DSN')) {
|
|||
$config['ENV']['PDOTEST_ATTR'] = getenv('PDO_MYSQL_TEST_ATTR');
|
||||
}
|
||||
} else {
|
||||
$config['ENV']['PDOTEST_DSN'] = 'mysql:host=127.0.0.1;port=3308;dbname=test';
|
||||
$config['ENV']['PDOTEST_DSN'] = 'mysql:host=localhost;dbname=test';
|
||||
$config['ENV']['PDOTEST_USER'] = 'root';
|
||||
$config['ENV']['PDOTEST_PASS'] = '';
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue