]> git.donarmstrong.com Git - roundcube.git/blobdiff - debian/patches/dbconfig-common_support.patch
Imported Debian patch 0.1-1
[roundcube.git] / debian / patches / dbconfig-common_support.patch
index ec4a2a86242ac22b4d246aa1e8c7aa7e83634562..4063b3ca7596bff79cd39af33c559dfd1f1186da 100644 (file)
@@ -6,7 +6,7 @@
 
 -// PEAR database DSN for read/write operations
 -// format is db_provider://user:password@host/databse
--// currently supported db_providers: mysql, sqlite
+-// currently supported db_providers: mysql, mysqli, pgsql, sqlite, mssql
 -
 -$rcmail_config['db_dsnw'] = 'mysql://roundcube:pass@localhost/roundcubemail';
 -// postgres example: 'pgsql://roundcube:pass@localhost/roundcubemail';