diff options
author | Aleksander Machniak <alec@alec.pl> | 2012-07-06 09:53:57 +0200 |
---|---|---|
committer | Aleksander Machniak <alec@alec.pl> | 2012-07-06 09:53:57 +0200 |
commit | d239ee6df5ce530b7c978628919e6134e3e795d4 (patch) | |
tree | 5b96e10f334e01a3de96493b482ddfc4bde46848 /INSTALL | |
parent | e6e5cb12f5aa93677fe8a373c56bd212a60a82ae (diff) |
Add PDO to requirements, remove MDB2 package
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -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 |