Disable zend.ze1_compatibility_mode (bug #3089645)

This commit is contained in:
Jakub Vrana 2010-10-18 23:09:26 +02:00
parent 31afb968bc
commit b50a0fc615

View file

@ -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";