aboutsummaryrefslogtreecommitdiff
path: root/INSTALL.txt
diff options
context:
space:
mode:
authorbrettp <brettp@36083f99-b078-4883-b0ff-0f9b5a30f544>2010-03-01 21:08:56 +0000
committerbrettp <brettp@36083f99-b078-4883-b0ff-0f9b5a30f544>2010-03-01 21:08:56 +0000
commita6cc4e9444b7c300172c43d1bc03ab91f838f230 (patch)
tree7805f858ecab0e114a6dd45bbb3a3a643c3e35b3 /INSTALL.txt
parenta2274eb6dcdc90e4892131d1b527e73856aa05ad (diff)
downloadelgg-a6cc4e9444b7c300172c43d1bc03ab91f838f230.tar.gz
elgg-a6cc4e9444b7c300172c43d1bc03ab91f838f230.tar.bz2
Refs #1562: Updated requirements for Elgg.
git-svn-id: http://code.elgg.org/elgg/trunk@3981 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'INSTALL.txt')
-rw-r--r--INSTALL.txt9
1 files 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