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 /program
parent5b253fb4986b7ffc4646211d2bda53c184d1c6d8 (diff)
Add 'filter' to required extensions
Diffstat (limited to 'program')
-rw-r--r--program/lib/Roundcube/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/program/lib/Roundcube/README.md b/program/lib/Roundcube/README.md
index 2c242b025..d796d480b 100644
--- a/program/lib/Roundcube/README.md
+++ b/program/lib/Roundcube/README.md
@@ -19,7 +19,7 @@ tasks:
REQUIREMENTS
------------
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)
- Libiconv, Zip, Fileinfo, Intl, Exif (recommended)
- LDAP for LDAP addressbook support (optional)