From a072247dde60497f879b2a00790a6ec0a64fab4c Mon Sep 17 00:00:00 2001 From: Thomas Bruederli <thomas@roundcube.net> Date: Sun, 16 Dec 2012 11:03:01 -0500 Subject: [PATCH] Fix package definitions and include framework classes in phpdoc --- INSTALL | 17 ++++++++++------- 1 files changed, 10 insertions(+), 7 deletions(-) diff --git a/INSTALL b/INSTALL index 49aae92..3021768 100644 --- a/INSTALL +++ b/INSTALL @@ -9,17 +9,18 @@ REQUIREMENTS ============ -* The Apache or Lighttpd Webserver +* The Apache, Lighttpd, Cherokee or Hiawatha web server * .htaccess support allowing overrides for DirectoryIndex * PHP Version 5.2.1 or greater including - - PCRE, DOM, JSON, XML, Session, Sockets (required) - - libiconv (recommended) + - PDO, PCRE, DOM, JSON, XML, Session, Sockets (required) + - libiconv, zip (recommended) - mbstring, fileinfo, mcrypt (optional) * PEAR packages distributed with Roundcube or external: - - MDB2 2.5.0 or newer - Mail_Mime 1.8.1 or newer - - Net_SMTP 1.4.2 or newer - - Auth_SASL 1.0.3 or newer + - Mail_mimeDecode 1.5.5 or newer + - Net_SMTP (latest from https://github.com/pear/Net_SMTP/) + - Net_IDNA2 0.1.1 or newer + - Auth_SASL 1.0.6 or newer * php.ini options (see .htaccess file): - error_reporting E_ALL & ~E_NOTICE (or lower) - memory_limit > 16MB (increase as suitable to support large attachments) @@ -28,9 +29,11 @@ - zend.ze1_compatibility_mode disabled - suhosin.session.encrypt disabled - mbstring.func_overload disabled + - magic_quotes_runtime disabled + - magic_quotes_sybase disabled * PHP compiled with OpenSSL to connect to IMAPS and to use the spell checker * A MySQL (4.0.8 or newer), PostgreSQL, MSSQL database engine - or the SQLite extension for PHP + or SQLite support in PHP * One of the above databases with permission to create tables * An SMTP server (recommended) or PHP configured for mail delivery -- Gitblit v1.9.1