From c2269df436e7b355e040ed485920cdcc40edc506 Mon Sep 17 00:00:00 2001
From: Aleksander Machniak <alec@alec.pl>
Date: Mon, 21 Sep 2015 14:57:59 -0400
Subject: [PATCH] Require PHP5

---
 CHANGELOG |    4 ++++
 INSTALL   |    2 +-
 2 files changed, 5 insertions(+), 1 deletions(-)

diff --git a/CHANGELOG b/CHANGELOG
index cb93bbe..c6c8b36 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,6 +1,10 @@
 CHANGELOG Roundcube Webmail
 ===========================
 
+- Fix so Installer requires PHP5
+
+RELEASE 1.1.3
+-------------
 - Fix closing of nested menus (#1490443)
 - Fix so E_DEPRECATED errors from PEAR libs are ignored by error_reporting change (#1490281)
 - Fix compatibility with PHP 5.3 in rcube_ldap class (#1490424)
diff --git a/INSTALL b/INSTALL
index f792687..71c971e 100644
--- a/INSTALL
+++ b/INSTALL
@@ -11,7 +11,7 @@
 
 * The Apache, Lighttpd, Cherokee or Hiawatha web server
 * .htaccess support allowing overrides for DirectoryIndex
-* PHP Version 5.3.7 or greater including
+* PHP Version 5.3.7 or greater (but not PHP 7) including
    - PCRE, DOM, JSON, Session, Sockets (required)
    - PHP Data Objects (PDO) with driver for either MySQL, PostgreSQL or SQLite (required)
    - Libiconv, Zip (recommended)

--
Gitblit v1.9.1