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>2019-12-01 11:52:10 +0300
committerAleksander Machniak <alec@alec.pl>2019-12-01 11:52:10 +0300
commit847193065249c06004574ed873195f5c58334c91 (patch)
treecc8d8b63828e662f0d3e563c60c58580852b26a6 /INSTALL
parent5b253fb4986b7ffc4646211d2bda53c184d1c6d8 (diff)
Add 'filter' to required extensions
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL2
1 files changed, 1 insertions, 1 deletions
diff --git a/INSTALL b/INSTALL
index 78be45b54..eaee99b6d 100644
--- a/INSTALL
+++ b/INSTALL
@@ -12,7 +12,7 @@ REQUIREMENTS
* 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, Ctype (required)
+ - PCRE, DOM, JSON, Session, Sockets, OpenSSL, Mbstring, Filter, Ctype (required)
- PHP PDO with driver for either MySQL, PostgreSQL, SQL Server, Oracle or SQLite (required)
- Iconv, Zip, Fileinfo, Intl, Exif (recommended)
- LDAP for LDAP addressbook support (optional)