]> gitweb.fluxo.info Git - lorea/elgg.git/commitdiff
Refs #1562: Updated requirements for Elgg.
authorbrettp <brettp@36083f99-b078-4883-b0ff-0f9b5a30f544>
Mon, 1 Mar 2010 21:08:56 +0000 (21:08 +0000)
committerbrettp <brettp@36083f99-b078-4883-b0ff-0f9b5a30f544>
Mon, 1 Mar 2010 21:08:56 +0000 (21:08 +0000)
git-svn-id: http://code.elgg.org/elgg/trunk@3981 36083f99-b078-4883-b0ff-0f9b5a30f544

INSTALL.txt

index 2e84d76bddefa4703ccbba310ad20a1de5a41a9e..20007fad785014597463b4a65e3d830da2ac03ed 100644 (file)
@@ -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