diff options
author | alecpl <alec@alec.pl> | 2010-02-09 13:10:12 +0000 |
---|---|---|
committer | alecpl <alec@alec.pl> | 2010-02-09 13:10:12 +0000 |
commit | 91790e41f3fa307658077043bc2fa5f71e270cf4 (patch) | |
tree | 9864a79c0524eb064c2d07b78180394d5d9c9adf /INSTALL | |
parent | 5c54cc0ee6de44960bbc4cfab3d456a4805a0692 (diff) |
- Fix attachment excessive memory use, support messages of any size (#1484660)
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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) |