mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 20:35:55 +00:00
installer: use PDO, improve wording for some notices
PDO wrapper: allow working with blank DB_HOST
This commit is contained in:
@@ -140,7 +140,7 @@
|
||||
}
|
||||
|
||||
if (!class_exists("PDO")) {
|
||||
array_push($errors, "PHP support for PDO (Portable Data Objects) is required but was not found.");
|
||||
array_push($errors, "PHP support for PDO is required but was not found.");
|
||||
}
|
||||
|
||||
if (!function_exists("mb_strlen")) {
|
||||
|
||||
Reference in New Issue
Block a user