diff options
author | Aleksander Machniak <alec@alec.pl> | 2013-03-11 08:35:21 +0100 |
---|---|---|
committer | Aleksander Machniak <alec@alec.pl> | 2013-03-11 08:39:30 +0100 |
commit | c4ff57c75f3d840347f140e35fda74ee5ea84bc0 (patch) | |
tree | ed1e6ea39b1d7d5aa126a73385e0db68c4e18a51 /INSTALL | |
parent | 5aa77efcbee36c98d9adad07c56b1c1dfbaf31ad (diff) |
Fix LIMIT/OFFSET queries handling on MS SQL Server (#1488984) - require version 2005+
Conflicts:
CHANGELOG
program/lib/Roundcube/rcube_db_mssql.php
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -34,7 +34,7 @@ REQUIREMENTS - magic_quotes_runtime disabled - magic_quotes_sybase disabled * PHP compiled with OpenSSL to connect to IMAPS and to use the spell checker -* A MySQL (4.0.8 or newer), PostgreSQL, MSSQL database engine +* A MySQL (4.0.8 or newer), PostgreSQL, MS SQL Server (2005 or newer) database engine or SQLite support in PHP * One of the above databases with permission to create tables * An SMTP server (recommended) or PHP configured for mail delivery @@ -232,5 +232,3 @@ $HTTP["host"] == "www.example.com" { compress.filetype = ("text/plain", "text/html", "text/javascript", "text/css", "text/xml", "image/gif", "image/png") } - - |