From c2269df436e7b355e040ed485920cdcc40edc506 Mon Sep 17 00:00:00 2001 From: Aleksander Machniak Date: Mon, 21 Sep 2015 20:57:59 +0200 Subject: [PATCH] Require PHP5 --- CHANGELOG | 4 ++++ INSTALL | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index cb93bbeb1..c6c8b364f 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 f79268774..71c971e66 100644 --- a/INSTALL +++ b/INSTALL @@ -11,7 +11,7 @@ REQUIREMENTS * 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)