diff options
author | alecpl <alec@alec.pl> | 2010-02-03 08:35:28 +0000 |
---|---|---|
committer | alecpl <alec@alec.pl> | 2010-02-03 08:35:28 +0000 |
commit | 0f9687438bf1dee046a29f06ecb84a6b3ffc71ab (patch) | |
tree | 2763302ed624b5d6947a812f2464c84385a47101 /INSTALL | |
parent | c5c3ae791dbabcfacf4d1b2db53180ec8e4d5b96 (diff) |
- update requirements, remove GD check
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 7 |
1 files changed, 3 insertions, 4 deletions
@@ -12,10 +12,9 @@ REQUIREMENTS * The Apache or Lighttpd Webserver * .htaccess support allowing overrides for DirectoryIndex * PHP Version 5.2 or greater including - - PCRE (perl compatible regular expression) - - DOM (xml document object model) + - PCRE, DOM, JSON, XML, Session, Sockets (required) - libiconv (recommended) - - mbstring (optional) + - mbstring, fileinfo, mcrypt (optional) * php.ini options: - error_reporting E_ALL & ~E_NOTICE (or lower) - memory_limit (increase as suitable to support large attachments) @@ -23,7 +22,7 @@ REQUIREMENTS - session.auto_start 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 +* 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 |