From 7d34064c3af96310e25db0e496a45e7d719db97a Mon Sep 17 00:00:00 2001 From: alecpl Date: Wed, 3 Feb 2010 08:40:33 +0000 Subject: - small update --- INSTALL | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'INSTALL') diff --git a/INSTALL b/INSTALL index 6bf03a8b1..00fb083a6 100644 --- a/INSTALL +++ b/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 -- cgit v1.2.3