mirror of
https://gitlab.com/ruany/litebans-php.git
synced 2025-05-23 08:29:06 +00:00
Clarify error/missing-extensions
This commit is contained in:
parent
f42a142f97
commit
584f4de07b
@ -24,9 +24,10 @@
|
|||||||
echo(implode("<br>", $problems));
|
echo(implode("<br>", $problems));
|
||||||
$phpini = php_ini_loaded_file();
|
$phpini = php_ini_loaded_file();
|
||||||
|
|
||||||
echo "<br>These extensions can be enabled in php.ini.";
|
echo "<br>Please ensure that the correct php-intl and php-mysql packages are installed.";
|
||||||
|
echo "<br>After installation, these extensions can be enabled in php.ini.";
|
||||||
echo "<br><br>php.ini location: <a class=\"text-info\">" . $phpini . "</a>";
|
echo "<br><br>php.ini location: <a class=\"text-info\">" . $phpini . "</a>";
|
||||||
echo "<br>List of currently loaded extensions:<br>";
|
echo "<br><br>List of currently loaded extensions:<br>";
|
||||||
echo(implode(', ', get_loaded_extensions()));
|
echo(implode(', ', get_loaded_extensions()));
|
||||||
}
|
}
|
||||||
?>
|
?>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user