diff options
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; |