From 140abb0ca07eff1e2e076916c67f28000fde72b1 Mon Sep 17 00:00:00 2001
From: alecpl <alec@alec.pl>
Date: Thu, 15 Sep 2011 04:42:31 -0400
Subject: [PATCH] - Require magic_quotes_runtime=Off because it modifies data streams (too much effort to handle this)
---
INSTALL | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/INSTALL b/INSTALL
index 14bf27b..7fe3a76 100644
--- a/INSTALL
+++ b/INSTALL
@@ -29,6 +29,7 @@
- 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
--
Gitblit v1.9.1