diff options
author | Florian Pritz <bluewind@xinu.at> | 2018-06-02 13:24:05 +0200 |
---|---|---|
committer | Florian Pritz <bluewind@xinu.at> | 2018-06-02 13:25:35 +0200 |
commit | 1b45679138e1b13a4a126e69a887e89740158381 (patch) | |
tree | 0f4e7e2c259c3b49abb31963345bdc82195bb8ab /check_deps.php | |
parent | 4e2c399d0a6ab1a15136b12c6b0341b4c4813c3b (diff) |
Mention mbstring dependency
Signed-off-by: Florian Pritz <bluewind@xinu.at>
Diffstat (limited to 'check_deps.php')
-rwxr-xr-x | check_deps.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/check_deps.php b/check_deps.php index dd1e30c61..bb716a0a2 100755 --- a/check_deps.php +++ b/check_deps.php @@ -64,6 +64,7 @@ $mod_groups = array( "thumbnail generation - EXIF" => array("exif"), "database support" => array("mysql", "mysqli", "pgsql", "pdo_mysql", "pdo_pgsql"), "multipaste tarball support" => array("phar"), + "multibyte functions" => array("mbstring"), ); foreach ($mod_groups as $function => $mods) { $found = 0; |