diff options
Diffstat (limited to 'installer/check.php')
-rw-r--r-- | installer/check.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/installer/check.php b/installer/check.php index 0ce428a7a..e5f30261c 100644 --- a/installer/check.php +++ b/installer/check.php @@ -40,6 +40,8 @@ $ini_checks = array( 'zend.ze1_compatibility_mode' => 0, 'mbstring.func_overload' => 0, 'suhosin.session.encrypt' => 0, + 'magic_quotes_runtime' => 0, + 'magic_quotes_sybase' => 0, ); $optional_checks = array( |