From 6b7e06620d31078bdd8dd139a395439b0fe810ea Mon Sep 17 00:00:00 2001
From: Aleksander Machniak <alec@alec.pl>
Date: Mon, 13 Oct 2014 08:48:05 -0400
Subject: [PATCH] Remove zend.ze1_compatibility_mode checks, it does not exist in PHP >= 5.3

---
 INSTALL |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/INSTALL b/INSTALL
index d9f3f1f..df11239 100644
--- a/INSTALL
+++ b/INSTALL
@@ -29,7 +29,6 @@
    - memory_limit > 16MB (increase as suitable to support large attachments)
    - file_uploads enabled (for attachment upload features)
    - session.auto_start disabled
-   - zend.ze1_compatibility_mode disabled
    - suhosin.session.encrypt disabled
    - mbstring.func_overload disabled
    - magic_quotes_runtime disabled

--
Gitblit v1.9.1