summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorAleksander Machniak <alec@alec.pl>2012-07-06 09:53:57 +0200
committerAleksander Machniak <alec@alec.pl>2012-07-06 09:53:57 +0200
commitd239ee6df5ce530b7c978628919e6134e3e795d4 (patch)
tree5b96e10f334e01a3de96493b482ddfc4bde46848 /INSTALL
parente6e5cb12f5aa93677fe8a373c56bd212a60a82ae (diff)
Add PDO to requirements, remove MDB2 package
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL5
1 files changed, 2 insertions, 3 deletions
diff --git a/INSTALL b/INSTALL
index 32638352a..8143094fb 100644
--- a/INSTALL
+++ b/INSTALL
@@ -12,11 +12,10 @@ REQUIREMENTS
* 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)
+ - PDO, PCRE, DOM, JSON, XML, Session, Sockets (required)
- libiconv (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
- Mail_mimeDecode 1.5.5 or newer
- Net_SMTP 1.4.2 or newer
@@ -34,7 +33,7 @@ REQUIREMENTS
- 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