]> git.joonet.de Git - adminer.git/commitdiff
Disable zend.ze1_compatibility_mode (bug #3089645)
authorJakub Vrana <jakub@vrana.cz>
Mon, 18 Oct 2010 21:09:26 +0000 (23:09 +0200)
committerJakub Vrana <jakub@vrana.cz>
Mon, 18 Oct 2010 21:09:26 +0000 (23:09 +0200)
adminer/include/bootstrap.inc.php

index efec04637a517b231befd7842feae65f8a7133a7..e50b79f108977e29c88e3d8e811191d524fe28df 100644 (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";