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>2015-06-28 13:27:48 +0300
committerAleksander Machniak <alec@alec.pl>2015-06-28 13:27:48 +0300
commit8447bae77c19a2350bd48b0f0c5b3a56a35c7af9 (patch)
tree577767bd76516febcd0c40f604a35019271842ae /INSTALL
parentf7427f151ef5020cd76d6005cc8b471763702f59 (diff)
Require Mbstring and OpenSSL extensions (#1490415) - remove redundant code
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL5
1 files changed, 2 insertions, 3 deletions
diff --git a/INSTALL b/INSTALL
index ed6dc96cd..a894370aa 100644
--- a/INSTALL
+++ b/INSTALL
@@ -12,10 +12,9 @@ REQUIREMENTS
* The Apache, Lighttpd, Cherokee or Hiawatha web server
* .htaccess support allowing overrides for DirectoryIndex
* PHP Version 5.3.7 or greater including
- - PCRE, DOM, JSON, Session, Sockets (required)
+ - PCRE, DOM, JSON, Session, Sockets, OpenSSL, Mbstring (required)
- PHP Data Objects (PDO) with driver for either MySQL, PostgreSQL or SQLite (required)
- - Libiconv, Zip (recommended)
- - OpenSSL, Fileinfo, Mcrypt, mbstring (optional)
+ - Libiconv, Zip, Fileinfo (recommended)
* PEAR packages distributed with Roundcube or external:
- Mail_Mime 1.8.1 or newer
- Net_SMTP (latest from https://github.com/pear/Net_SMTP/)