From 1fb2c8e64bb28f1b7ece71b5d3a92150a62a9ecb Mon Sep 17 00:00:00 2001
From: thomascube <thomas@roundcube.net>
Date: Mon, 19 Nov 2007 09:45:49 -0500
Subject: [PATCH] Cast to array because this could be empty; update requirements description

---
 INSTALL |   11 +++++++----
 1 files changed, 7 insertions(+), 4 deletions(-)

diff --git a/INSTALL b/INSTALL
index 5dd3485..3d8ac11 100644
--- a/INSTALL
+++ b/INSTALL
@@ -2,17 +2,20 @@
 REQUIREMENTS
 ============
 
-* The Apache Webserver
+* The Apache or Lighttpd Webserver
 * .htaccess support allowing overrides for DirectoryIndex
-* PHP Version 4.3.1 or greater
-* PCRE (perl compatible regular expression) installed with PHP
+* PHP Version 4.3.1 or greater including
+   - PCRE (perl compatible regular expression)
+   - libiconv (recommended)
+   - 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)
 * 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
-* A database with permission to create tables
+* One of the above databases with permission to create tables
+* An SMTP server or PHP configured for mail delivery
 
 
 INSTALLATION

--
Gitblit v1.9.1