From a6cc4e9444b7c300172c43d1bc03ab91f838f230 Mon Sep 17 00:00:00 2001 From: brettp Date: Mon, 1 Mar 2010 21:08:56 +0000 Subject: Refs #1562: Updated requirements for Elgg. git-svn-id: http://code.elgg.org/elgg/trunk@3981 36083f99-b078-4883-b0ff-0f9b5a30f544 --- INSTALL.txt | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/INSTALL.txt b/INSTALL.txt index 2e84d76bd..20007fad7 100644 --- a/INSTALL.txt +++ b/INSTALL.txt @@ -20,11 +20,14 @@ configuration requirements: modules: o mod_rewrite o PHP - * MySQL 5+ is needed for data storage + * MySQL 5+ with sql_mode in standard mode (ie not in traditional + or any other mode). * PHP 5.2+ needs to be installed as an Apache module (not in CGI mode or safe mode) with the following libraries: o GD (for graphics processing, eg user icon rescaling) - o JSON (for API functionality) + o JSON (for API functionality) + o XML (not installed/compiled by default on all systems) + o Multibyte String support (for internationalisation) It is recommended that you increase the memory available to PHP threads beyond the standard 8 or 12M, and increase the maximum @@ -33,8 +36,6 @@ found in your php.ini. * The following PHP libraries are also recommended for some plugins and extra functionality: - o mbstring (to allow emails to be sent with non-Latin - characters) o SOAP o DOM -- cgit v1.2.3