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

---
 installer/check.php |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/installer/check.php b/installer/check.php
index e619345..afdf86e 100644
--- a/installer/check.php
+++ b/installer/check.php
@@ -44,7 +44,6 @@
 $ini_checks = array(
     'file_uploads'                  => 1,
     'session.auto_start'            => 0,
-    'zend.ze1_compatibility_mode'   => 0,
     'mbstring.func_overload'        => 0,
     'suhosin.session.encrypt'       => 0,
     'magic_quotes_runtime'          => 0,

--
Gitblit v1.9.1