mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-16 08:15:56 +00:00
add sanity check for hash() function
This commit is contained in:
@@ -100,7 +100,11 @@
|
||||
}
|
||||
|
||||
if (!function_exists("mb_strlen")) {
|
||||
$err_msg = "PHP support for mbstring functions is required, but was not found.";
|
||||
$err_msg = "PHP support for mbstring functions is required but was not found.";
|
||||
}
|
||||
|
||||
if (!function_exists("hash")) {
|
||||
$err_msg = "PHP support for hash() function is required but was not found.";
|
||||
}
|
||||
|
||||
if (!function_exists("ctype_lower")) {
|
||||
|
||||
Reference in New Issue
Block a user