From: Jakub Vrana Date: Mon, 18 Oct 2010 21:09:26 +0000 (+0200) Subject: Disable zend.ze1_compatibility_mode (bug #3089645) X-Git-Tag: v3.1.0~69 X-Git-Url: https://git.joonet.de/?a=commitdiff_plain;h=b50a0fc61578a79b641c92db2cfc8d9755bb8cdf;p=adminer.git Disable zend.ze1_compatibility_mode (bug #3089645) --- diff --git a/adminer/include/bootstrap.inc.php b/adminer/include/bootstrap.inc.php index efec0463..e50b79f1 100644 --- a/adminer/include/bootstrap.inc.php +++ b/adminer/include/bootstrap.inc.php @@ -43,6 +43,7 @@ if (function_exists("set_magic_quotes_runtime")) { set_magic_quotes_runtime(false); } @set_time_limit(0); // @ - can be disabled +@ini_set("zend.ze1_compatibility_mode", false); // @ - deprecated include "../adminer/include/lang.inc.php"; include "../adminer/lang/$LANG.inc.php";