Merge pull request #24908 from owncloud/stable9-backport-properly-check-for-mbstring
[stable9] Properly check for mbstring extension
This commit is contained in:
commit
95cdbd45b8
|
@ -731,7 +731,7 @@ class OC_Util {
|
|||
),
|
||||
'functions' => [
|
||||
'xml_parser_create' => 'libxml',
|
||||
'mb_detect_encoding' => 'mb multibyte',
|
||||
'mb_strcut' => 'mb multibyte',
|
||||
'ctype_digit' => 'ctype',
|
||||
'json_encode' => 'JSON',
|
||||
'gd_info' => 'GD',
|
||||
|
|
Loading…
Reference in New Issue