summaryrefslogtreecommitdiff
path: root/installer
diff options
context:
space:
mode:
authorBharat Mediratta <bharat@menalto.com>2013-02-16 23:53:58 -0500
committerBharat Mediratta <bharat@menalto.com>2013-02-16 23:53:58 -0500
commitcc45e2e33b07cd27a87300f5d239394a14569308 (patch)
tree874bf217675634692ac0a43e4641d58cc1abbf13 /installer
parent4203ecc0b3c482e7dd687d70aa326fe7ad9365b0 (diff)
parent87d20c63af02ae573853da2cb82d7323a56677b5 (diff)
Merge branch 'master' into jquery_190
Diffstat (limited to 'installer')
-rw-r--r--installer/installer.php5
1 files changed, 0 insertions, 5 deletions
diff --git a/installer/installer.php b/installer/installer.php
index 2b0f1452..4ce80ee7 100644
--- a/installer/installer.php
+++ b/installer/installer.php
@@ -243,11 +243,6 @@ class installer {
$errors[] = "Gallery cannot function when PHP is in <a href=\"http://php.net/manual/en/features.safe-mode.php\">Safe Mode</a>. Please disable safe mode.";
}
- if (function_exists("zend_current_obfuscation_level") && (zend_current_obfuscation_level() >= 3)) {
- $errors[] = "Gallery doesn't use <a href=\"http://www.zend.com/en/products/guard\">Zend Guard code obfuscation</a>, and is incompatible if it's running " .
- "with a level of 3 or higher. Please edit your main php.ini file and change/add the following line: 'zend_loader.obfuscation_level_support = 2'";
- }
-
return @$errors;
}