summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authoralecpl <alec@alec.pl>2011-09-15 08:42:31 +0000
committeralecpl <alec@alec.pl>2011-09-15 08:42:31 +0000
commit140abb0ca07eff1e2e076916c67f28000fde72b1 (patch)
treee72640e67d41619ab2b936bfabb498193b854789 /INSTALL
parentc3ba0e54afa9088783eaafa94b13ac1eae03916c (diff)
- Require magic_quotes_runtime=Off because it modifies data streams (too much effort to handle this)
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL1
1 files changed, 1 insertions, 0 deletions
diff --git a/INSTALL b/INSTALL
index 14bf27b94..7fe3a76cc 100644
--- a/INSTALL
+++ b/INSTALL
@@ -29,6 +29,7 @@ REQUIREMENTS
- zend.ze1_compatibility_mode disabled
- suhosin.session.encrypt disabled
- mbstring.func_overload disabled
+ - magic_quotes_runtime 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