From ebdecd288b2b507618eff2d5ad1f2dcf944c9317 Mon Sep 17 00:00:00 2001 From: Jakub Vrana Date: Sat, 1 Dec 2012 15:57:04 -0800 Subject: [PATCH] Work with mbstring.func_overload (#3572361) --- adminer/include/bootstrap.inc.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/adminer/include/bootstrap.inc.php b/adminer/include/bootstrap.inc.php index e8de1332..b5525d5f 100644 --- a/adminer/include/bootstrap.inc.php +++ b/adminer/include/bootstrap.inc.php @@ -14,6 +14,8 @@ if ($filter || ini_get("filter.default_flags")) { } } +@ini_set("mbstring.internal_encoding", "8bit"); // @ - can be disabled + // used only in compiled file if (isset($_GET["file"])) { include "../adminer/file.inc.php";