summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoralec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c>2010-02-03 08:40:33 +0000
committeralec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c>2010-02-03 08:40:33 +0000
commit4d4bb8fa744ed77827e905f71408bb27114e2358 (patch)
tree182d9d21f35d713aebb25af8c65bf6744e0bed9f
parentc4f9881692db45fe496c4a5196160841eae199c1 (diff)
- small update
git-svn-id: https://svn.roundcube.net/trunk@3243 208e9e7b-5314-0410-a742-e7e81cd9613c
-rw-r--r--roundcubemail/INSTALL8
1 files changed, 5 insertions, 3 deletions
diff --git a/roundcubemail/INSTALL b/roundcubemail/INSTALL
index 6bf03a8b1..00fb083a6 100644
--- a/roundcubemail/INSTALL
+++ b/roundcubemail/INSTALL
@@ -15,16 +15,18 @@ REQUIREMENTS
- PCRE, DOM, JSON, XML, Session, Sockets (required)
- libiconv (recommended)
- mbstring, fileinfo, mcrypt (optional)
-* php.ini options:
+* php.ini options (see .htaccess file):
- error_reporting E_ALL & ~E_NOTICE (or lower)
- - memory_limit (increase as suitable to support large attachments)
+ - memory_limit>16MB (increase as suitable to support large attachments)
- file_uploads enabled (for attachment upload features)
- session.auto_start disabled
- zend.ze1_compatibility_mode disabled
+ - suhosin.session.encrypt disabled
+ - mbstring.func_overload disabled
* PHP compiled with OpenSSL to connect to IMAPS and to use the spell checker
* A MySQL, PostgreSQL or MSSQL database engine or the SQLite extension for PHP
* One of the above databases with permission to create tables
-* An SMTP server or PHP configured for mail delivery
+* An SMTP server (recommended) or PHP configured for mail delivery
INSTALLATION