diff options
author | Aleksander Machniak <alec@alec.pl> | 2014-10-13 14:48:05 +0200 |
---|---|---|
committer | Aleksander Machniak <alec@alec.pl> | 2014-10-13 14:48:05 +0200 |
commit | 6b7e06620d31078bdd8dd139a395439b0fe810ea (patch) | |
tree | 5431f059c39ff4a507a0e25bdad2a247bda5dfba /installer/check.php | |
parent | 0ea079d604ef1f34cc47646ab23176a3c66f16ee (diff) |
Remove zend.ze1_compatibility_mode checks, it does not exist in PHP >= 5.3
Diffstat (limited to 'installer/check.php')
-rw-r--r-- | installer/check.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/installer/check.php b/installer/check.php index e61934550..afdf86e5c 100644 --- a/installer/check.php +++ b/installer/check.php @@ -44,7 +44,6 @@ $optional_libs = array( $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, |