From 8cc567c00423a343f3b785ee4dd856111b985fe7 Mon Sep 17 00:00:00 2001
From: Aleksander Machniak <alec@alec.pl>
Date: Sat, 22 Mar 2014 07:56:49 -0400
Subject: [PATCH] Drop support for PHP < 5.3.7

---
 INSTALL |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/INSTALL b/INSTALL
index 4eb7530..7bc0b88 100644
--- a/INSTALL
+++ b/INSTALL
@@ -11,10 +11,9 @@
 
 * The Apache, Lighttpd, Cherokee or Hiawatha web server
 * .htaccess support allowing overrides for DirectoryIndex
-* PHP Version 5.2.1 or greater including
+* PHP Version 5.3.7 or greater including
    - PCRE, DOM, JSON, XML, Session, Sockets (required)
    - PHP Data Objects (PDO) with driver for either MySQL, PostgreSQL or SQLite (required)
-     Note: MySQL database driver requires PHP 5.3.7 or newer.
    - Libiconv, Zip (recommended)
    - Fileinfo, Mcrypt, mbstring (optional)
 * PEAR packages distributed with Roundcube or external:

--
Gitblit v1.9.1