diff options
| author | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2008-08-08 08:46:51 +0000 |
|---|---|---|
| committer | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2008-08-08 08:46:51 +0000 |
| commit | d049247fbba28a96ffc7b8c9469c05b447007d12 (patch) | |
| tree | 89d1decdd89a7864de5f7b640623351694875ca2 | |
| parent | d551b93317b015028ff485ed0f290c42815c134e (diff) | |
- updated php.ini settings requirements
git-svn-id: https://svn.roundcube.net/trunk@1636 208e9e7b-5314-0410-a742-e7e81cd9613c
| -rw-r--r-- | roundcubemail/INSTALL | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/roundcubemail/INSTALL b/roundcubemail/INSTALL index 8f483f06a..2a68dc8d6 100644 --- a/roundcubemail/INSTALL +++ b/roundcubemail/INSTALL @@ -18,9 +18,12 @@ REQUIREMENTS - mbstring (optional) * php.ini options: - 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 + - file_uploads enabled (for attachment upload features) + - session.auto_start disabled + - magic_quotes_gpc disabled + - magic_quotes_sybase disabled + - zend.ze1_compatibility_mode disabled * PHP compiled with OpenSSL 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 |
