From 8447bae77c19a2350bd48b0f0c5b3a56a35c7af9 Mon Sep 17 00:00:00 2001 From: Aleksander Machniak Date: Sun, 28 Jun 2015 12:27:48 +0200 Subject: Require Mbstring and OpenSSL extensions (#1490415) - remove redundant code --- INSTALL | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'INSTALL') diff --git a/INSTALL b/INSTALL index ed6dc96cd..a894370aa 100644 --- a/INSTALL +++ b/INSTALL @@ -12,10 +12,9 @@ REQUIREMENTS * The Apache, Lighttpd, Cherokee or Hiawatha web server * .htaccess support allowing overrides for DirectoryIndex * PHP Version 5.3.7 or greater including - - PCRE, DOM, JSON, Session, Sockets (required) + - PCRE, DOM, JSON, Session, Sockets, OpenSSL, Mbstring (required) - PHP Data Objects (PDO) with driver for either MySQL, PostgreSQL or SQLite (required) - - Libiconv, Zip (recommended) - - OpenSSL, Fileinfo, Mcrypt, mbstring (optional) + - Libiconv, Zip, Fileinfo (recommended) * PEAR packages distributed with Roundcube or external: - Mail_Mime 1.8.1 or newer - Net_SMTP (latest from https://github.com/pear/Net_SMTP/) -- cgit v1.2.3