diff options
author | Thomas Bruederli <thomas@roundcube.net> | 2012-12-16 17:44:20 +0100 |
---|---|---|
committer | Thomas Bruederli <thomas@roundcube.net> | 2012-12-16 17:44:20 +0100 |
commit | a84efc689deded1a6593eed613e5270be562ec68 (patch) | |
tree | a07ac20d258af9977873efa406344c3080ca0b24 | |
parent | 939f94bb732300e167ddc51f266743b88ae0867f (diff) |
Mention new PDO requirements a bit more flashy
-rw-r--r-- | INSTALL | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -12,9 +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 - - PDO, PCRE, DOM, JSON, XML, Session, Sockets (required) - - libiconv, zip (recommended) - - mbstring, fileinfo, mcrypt (optional) + - PCRE, DOM, JSON, XML, Session, Sockets (required) + - PHP Data Objects (PDO) with driver for either MySQL, PostgreSQL or SQLite (required) + - Libiconv, Zip (recommended) + - Fileinfo, Mcrypt, mbstring (optional) * PEAR packages distributed with Roundcube or external: - Mail_Mime 1.8.1 or newer - Mail_mimeDecode 1.5.5 or newer |