mirror of
https://github.com/vrana/adminer.git
synced 2025-08-16 19:44:00 +02:00
Disable zend.ze1_compatibility_mode (bug #3089645)
This commit is contained in:
@@ -43,6 +43,7 @@ if (function_exists("set_magic_quotes_runtime")) {
|
|||||||
set_magic_quotes_runtime(false);
|
set_magic_quotes_runtime(false);
|
||||||
}
|
}
|
||||||
@set_time_limit(0); // @ - can be disabled
|
@set_time_limit(0); // @ - can be disabled
|
||||||
|
@ini_set("zend.ze1_compatibility_mode", false); // @ - deprecated
|
||||||
|
|
||||||
include "../adminer/include/lang.inc.php";
|
include "../adminer/include/lang.inc.php";
|
||||||
include "../adminer/lang/$LANG.inc.php";
|
include "../adminer/lang/$LANG.inc.php";
|
||||||
|
Reference in New Issue
Block a user