1
0
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:
Andrew Dolgov
2017-12-10 09:20:52 +03:00
parent 3b2276274a
commit f8db5bb4db
3 changed files with 40 additions and 65 deletions

View File

@@ -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")) {