summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorAleksander Machniak <alec@alec.pl>2013-03-11 08:35:21 +0100
committerAleksander Machniak <alec@alec.pl>2013-03-11 08:35:21 +0100
commitec6a77bab27984ce05b003af07ac9f42ca410d94 (patch)
treeb8f167e4626bec86f2cb8ec3d2c06e6f6aff3445 /INSTALL
parent65de0018c8e34a24167a2cc5a46a72981886362a (diff)
Fix LIMIT/OFFSET queries handling on MS SQL Server (#1488984) - require version 2005+
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL4
1 files changed, 1 insertions, 3 deletions
diff --git a/INSTALL b/INSTALL
index 326ef889f..de2944107 100644
--- a/INSTALL
+++ b/INSTALL
@@ -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")
}
-
-