summaryrefslogtreecommitdiff
path: root/roundcubemail/INSTALL
diff options
context:
space:
mode:
authoralec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c>2010-02-09 13:10:12 +0000
committeralec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c>2010-02-09 13:10:12 +0000
commit7d6aefc45cb269b327f058bea54bf1136cf95b00 (patch)
tree95006358696d8e68263431c35f6c31eff94a8148 /roundcubemail/INSTALL
parente9fdb4bae6ee01bae196782932b43caa65e8f48f (diff)
- Fix attachment excessive memory use, support messages of any size (#1484660)
git-svn-id: https://svn.roundcube.net/trunk@3261 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/INSTALL')
-rw-r--r--roundcubemail/INSTALL4
1 files changed, 4 insertions, 0 deletions
diff --git a/roundcubemail/INSTALL b/roundcubemail/INSTALL
index 00fb083a6..b2156e528 100644
--- a/roundcubemail/INSTALL
+++ b/roundcubemail/INSTALL
@@ -15,6 +15,10 @@ REQUIREMENTS
- PCRE, DOM, JSON, XML, Session, Sockets (required)
- libiconv (recommended)
- mbstring, fileinfo, mcrypt (optional)
+* PEAR packages distributed with Roundcube or external:
+ - MDB2 2.5.0 or newer
+ - Mail_Mime 1.6.0 or newer
+ - Net_SMTP 1.4.1 or newer
* php.ini options (see .htaccess file):
- error_reporting E_ALL & ~E_NOTICE (or lower)
- memory_limit>16MB (increase as suitable to support large attachments)