summaryrefslogtreecommitdiff
path: root/installer/check.php
diff options
context:
space:
mode:
authorAleksander Machniak <alec@alec.pl>2012-06-04 16:05:57 +0200
committerAleksander Machniak <alec@alec.pl>2012-06-04 16:05:57 +0200
commit0b6d022e6fa9dc08ddbc8ba420cdd58a690cf852 (patch)
tree2955ddf5630968a3a2a956a3ae86dcfa47646c27 /installer/check.php
parentaede1f9ab41e8dfc5272a149b1e88a464ce12f89 (diff)
Fix magic_quotes_sybase handling (#1488506)
Improved handling of critical PHP settings - try to set them to required value before die()
Diffstat (limited to 'installer/check.php')
-rw-r--r--installer/check.php2
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(