From 7c26dbd36fdfa4f2f70d878d420ee59ad5c2aaac Mon Sep 17 00:00:00 2001 From: Aleksander Machniak <alec@alec.pl> Date: Fri, 16 Jan 2015 03:50:40 -0500 Subject: [PATCH] Fix javascript error in "IE 8.0/Tablet PC" browser (#1490210) --- INSTALL | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/INSTALL b/INSTALL index 4671d80..3e9a05a 100644 --- a/INSTALL +++ b/INSTALL @@ -14,7 +14,7 @@ * PHP Version 5.2.1 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 or newer. + 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: @@ -35,6 +35,7 @@ - mbstring.func_overload disabled - magic_quotes_runtime disabled - magic_quotes_sybase disabled + - register_globals disabled (PHP < 5.4) * PHP compiled with OpenSSL to connect to IMAPS and to use the spell checker * A MySQL (4.0.8 or newer), PostgreSQL, MS SQL Server (2005 or newer) database engine or SQLite support in PHP -- Gitblit v1.9.1