if (isset($_GET["file"])) {
include "../adminer/file.inc.php";
}
if ($_GET["script"] == "version") {
$fp = file_open_lock(get_temp_dir() . "/adminer.version");
if ($fp) {
file_write_unlock($fp, serialize(array("signature" => $_POST["signature"], "version" => $_POST["version"])));
}
exit;
}
PHP 7.4.3 (cli) (built: Jun 13 2022 13:43:30) ( NTS )
Copyright (c) The PHP Group
Zend Engine v3.4.0, Copyright (c) Zend Technologies
with Zend OPcache v7.4.3, Copyright (c), by Zend Technologies
with Xdebug v2.9.2, Copyright (c) 2002-2020, by Derick Rethans
Composer version 2.3.7
Fatal error: Declaration of Symfony\Component\DependencyInjection\ServiceLocator::get(string $id) must be compatible with Psr\Container\ContainerInterface::get($id) in /var/www/phpmyadmin/vendor/symfony/dependency-injection/ServiceLocator.php on line 41
1. Присутствует
2. Ничего не дало, даже комментирование
3. 7.4.3