diff options
| author | till <till@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2008-02-01 23:07:49 +0000 |
|---|---|---|
| committer | till <till@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2008-02-01 23:07:49 +0000 |
| commit | 36d8d4093bab35f74be0ea74bae22037108fbad9 (patch) | |
| tree | b9330417be41f534df7b71bd6de697878c4ba767 /roundcubemail/INSTALL | |
| parent | f789c155fcd7cebb53586de428061ef5b80ea7b0 (diff) | |
* fixed #1484437
* also added it to check.php
git-svn-id: https://svn.roundcube.net/trunk@982 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/INSTALL')
| -rw-r--r-- | roundcubemail/INSTALL | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/roundcubemail/INSTALL b/roundcubemail/INSTALL index 6177611f1..b68db56be 100644 --- a/roundcubemail/INSTALL +++ b/roundcubemail/INSTALL @@ -20,6 +20,7 @@ REQUIREMENTS - error_reporting E_ALL & ~E_NOTICE (or lower) - file_uploads on (for attachment upload features) - memory_limit (increase as suitable to support large attachments) + - session.auto_start needs to be off/0 * PHP compiled with Open SSL to connect to IMAPS and to use the spell checker * A MySQL or PostgreSQL database engine or the SQLite extension for PHP * One of the above databases with permission to create tables |
