Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/roundcube/roundcubemail.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAleksander Machniak <alec@alec.pl>2016-09-20 10:17:18 +0300
committerAleksander Machniak <alec@alec.pl>2016-09-20 10:17:18 +0300
commit761308e85abf6aad6e672e6aa7cf7b9bcce07486 (patch)
tree8dc26ec3da3670ab8bfcac9a52a4703b6bf19cb5 /INSTALL
parentf713d186bcee21ecf3f5cb55af19cc1d08568b15 (diff)
Small rephrasing in requirements section
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL8
1 files changed, 3 insertions, 5 deletions
diff --git a/INSTALL b/INSTALL
index 275a1b96e..fef40e36b 100644
--- a/INSTALL
+++ b/INSTALL
@@ -9,12 +9,12 @@ wiki page at http://trac.roundcube.net/wiki
REQUIREMENTS
============
-* The Apache, Lighttpd, Cherokee or Hiawatha web server
+* An IMAP, HTTP and SMTP server
* .htaccess support allowing overrides for DirectoryIndex
* PHP Version 5.4 or greater including:
- PCRE, DOM, JSON, Session, Sockets, OpenSSL, Mbstring (required)
- PHP PDO with driver for either MySQL, PostgreSQL, SQL Server, Oracle or SQLite (required)
- - Libiconv, Zip, Fileinfo, Intl, Exif (recommended)
+ - Iconv, Zip, Fileinfo, Intl, Exif (recommended)
- LDAP for LDAP addressbook support (optional)
* PEAR and PEAR packages distributed with Roundcube or external:
- Mail_Mime 1.10.0 or newer
@@ -32,9 +32,7 @@ REQUIREMENTS
- suhosin.session.encrypt disabled
- mbstring.func_overload disabled
* A MySQL, PostgreSQL, MS SQL Server (2005 or newer), Oracle database
- or SQLite support in PHP
-* One of the above databases with permission to create tables
-* An SMTP server
+ or SQLite support in PHP - with permission to create tables
* Composer installed either locally or globally (https://getcomposer.org)