diff --git a/CHANGELOG b/CHANGELOG index 240e046e3..503acd9bc 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,10 +1,9 @@ CHANGELOG Roundcube Webmail =========================== -- Fix message import dialog when no file is selected (#1489685) -- Fix opening compose screen in new window after saving as draft (#1489643) - Added toolbar button to move message in message view - Improve UI integration of ACL settings +- Drop support for PHP < 5.3.7 - Fix directories check in Installer on Windows (#1489576) - Fix issue when default_addressbook option is set to integer value (#1489407) - Fix Opera > 15 detection (#1489562) @@ -13,6 +12,8 @@ CHANGELOG Roundcube Webmail - Fix regression in handling of 'attachments' result in message_compose hook (#1489627) - Fix issue where msgexport.sh printed the message to STDOUT instead of a file (#1489634) - Fix opening compose screen in new window after saving as draft (#1489643) +- Fix message import dialog when no file is selected (#1489685) +- Fix opening compose screen in new window after saving as draft (#1489643) RELEASE 1.0-rc -------------- diff --git a/INSTALL b/INSTALL index 4eb75307e..7bc0b8822 100644 --- a/INSTALL +++ b/INSTALL @@ -11,10 +11,9 @@ REQUIREMENTS * 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: diff --git a/installer/check.php b/installer/check.php index ee0c9f367..d4c3f6685 100644 --- a/installer/check.php +++ b/installer/check.php @@ -83,7 +83,7 @@ echo '= 5.3, current version is " . PHP_VERSION), - true, true); - } - parent::__construct($db_dsnw, $db_dsnr, $pconn); // SQL identifiers quoting