From: Jakub Vrana Date: Mon, 17 Mar 2025 05:38:16 +0000 (+0100) Subject: Compile: fetch_column() is used only internally X-Git-Tag: v5.0.6~9 X-Git-Url: https://git.joonet.de/?a=commitdiff_plain;h=2bb74e74670dff488fdb55c240f2d682da147fe7;p=adminer.git Compile: fetch_column() is used only internally --- diff --git a/compile.php b/compile.php index 46f31eb4..2afff41b 100755 --- a/compile.php +++ b/compile.php @@ -74,7 +74,7 @@ function put_file($match) { } } } - unset($functions["__construct"], $functions["__destruct"], $functions["set_charset"]); + unset($functions["__construct"], $functions["__destruct"], $functions["set_charset"], $functions["fetch_column"]); foreach ($functions as $val) { if (!strpos($return, "$val(")) { fprintf(STDERR, "Missing $val in $vendor\n");