From 4697c2cb776e1fb5c5dca44baa43733a37b00bcb Mon Sep 17 00:00:00 2001 From: Aleksander Machniak <alec@alec.pl> Date: Thu, 13 Sep 2012 14:33:31 -0400 Subject: [PATCH] Fix folder creation under public namespace root (#1488665) --- INSTALL | 10 +++++----- 1 files changed, 5 insertions(+), 5 deletions(-) diff --git a/INSTALL b/INSTALL index d175d6f..f6d305a 100644 --- a/INSTALL +++ b/INSTALL @@ -12,16 +12,15 @@ * The Apache, Lighttpd, Cherokee or Hiawatha web server * .htaccess support allowing overrides for DirectoryIndex * PHP Version 5.2.1 or greater including - - PCRE, DOM, JSON, XML, Session, Sockets (required) + - PDO, PCRE, DOM, JSON, XML, Session, Sockets (required) - libiconv (recommended) - mbstring, fileinfo, mcrypt (optional) * PEAR packages distributed with Roundcube or external: - - MDB2 2.5.0 or newer - Mail_Mime 1.8.1 or newer - Mail_mimeDecode 1.5.5 or newer - - Net_SMTP 1.4.2 or newer + - Net_SMTP (latest from https://github.com/pear/Net_SMTP/) - Net_IDNA2 0.1.1 or newer - - Auth_SASL 1.0.3 or newer + - Auth_SASL 1.0.6 or newer * php.ini options (see .htaccess file): - error_reporting E_ALL & ~E_NOTICE (or lower) - memory_limit > 16MB (increase as suitable to support large attachments) @@ -31,9 +30,10 @@ - suhosin.session.encrypt disabled - mbstring.func_overload disabled - magic_quotes_runtime disabled + - magic_quotes_sybase disabled * PHP compiled with OpenSSL to connect to IMAPS and to use the spell checker * A MySQL (4.0.8 or newer), PostgreSQL, MSSQL database engine - or the SQLite extension for PHP + or SQLite support in PHP * One of the above databases with permission to create tables * An SMTP server (recommended) or PHP configured for mail delivery -- Gitblit v1.9.1