From a84efc689deded1a6593eed613e5270be562ec68 Mon Sep 17 00:00:00 2001
From: Thomas Bruederli <thomas@roundcube.net>
Date: Sun, 16 Dec 2012 11:44:20 -0500
Subject: [PATCH] Mention new PDO requirements a bit more flashy
---
INSTALL | 7 ++++---
1 files changed, 4 insertions(+), 3 deletions(-)
diff --git a/INSTALL b/INSTALL
index 3021768..c099fc6 100644
--- a/INSTALL
+++ b/INSTALL
@@ -12,9 +12,10 @@
* 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
--
Gitblit v1.9.1