mirror of
https://github.com/vrana/adminer.git
synced 2025-08-08 15:47:00 +02:00
Print compile errors to STDERR
This commit is contained in:
@@ -298,7 +298,7 @@ foreach (glob(dirname(__FILE__) . "/adminer/drivers/" . ($driver ? $driver : "*"
|
|||||||
$file = file_get_contents($filename);
|
$file = file_get_contents($filename);
|
||||||
foreach ($functions as $val) {
|
foreach ($functions as $val) {
|
||||||
if (!strpos($file, "$val(")) {
|
if (!strpos($file, "$val(")) {
|
||||||
echo "Missing $val in $filename\n";
|
fprintf(STDERR, "Missing $val in $filename\n");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user