Rename DNS option attr_emulate_prepares to emulate_prepares, update changelog

[skip ci]
This commit is contained in:
Aleksander Machniak
2023-11-19 10:41:52 +01:00
parent d53db5e7e5
commit 4ed6f65f94
3 changed files with 8 additions and 2 deletions

View File

@@ -30,7 +30,7 @@ $config = [];
// Note: for SQLite use absolute path (Linux): 'sqlite:////full/path/to/sqlite.db?mode=0646'
// or (Windows): 'sqlite:///C:/full/path/to/sqlite.db'
// Note: Various drivers support various additional arguments for connection,
// for Mysql: key, cipher, cert, capath, ca, verify_server_cert,
// for Mysql: key, cipher, cert, capath, ca, verify_server_cert, emulate_prepares
// for Postgres: application_name, sslmode, sslcert, sslkey, sslrootcert, sslcrl, sslcompression, service.
// e.g. 'mysql://roundcube:@localhost/roundcubemail?verify_server_cert=false'
$config['db_dsnw'] = 'mysql://roundcube:@localhost/roundcubemail';