X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;ds=sidebyside;f=install%2Findex.php;h=2367eab45b46a1657f2d995e857f3dac92c19be2;hb=c480133e20f43df6326d0857976906609d2f97e7;hp=166bd2a8ef015349b4227796109fee34f885ef87;hpb=ad853d8eb11009bbde78b46b02bcb7b3d362b8b3;p=civicrm-core.git diff --git a/install/index.php b/install/index.php index 166bd2a8ef..2367eab45b 100644 --- a/install/index.php +++ b/install/index.php @@ -727,6 +727,13 @@ class InstallRequirements { ts("JSON support not included in PHP."), )); + // check for Multibyte support such as mb_substr. Required for proper handling of Multilingual setups. + $this->requireFunction('mb_substr', array( + ts("PHP Configuration"), + ts("Multibyte support"), + ts("Multibyte support not enabled in PHP."), + )); + // Check for xcache_isset and emit warning if exists $this->checkXCache(array( ts("PHP Configuration"),