PHP module is named mbstring
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
This commit is contained in:
parent
441496a5a5
commit
ea6ea7f4c3
1 changed files with 1 additions and 1 deletions
|
@ -827,7 +827,7 @@ class OC_Util {
|
||||||
),
|
),
|
||||||
'functions' => [
|
'functions' => [
|
||||||
'xml_parser_create' => 'libxml',
|
'xml_parser_create' => 'libxml',
|
||||||
'mb_strcut' => 'mb multibyte',
|
'mb_strcut' => 'mbstring',
|
||||||
'ctype_digit' => 'ctype',
|
'ctype_digit' => 'ctype',
|
||||||
'json_encode' => 'JSON',
|
'json_encode' => 'JSON',
|
||||||
'gd_info' => 'GD',
|
'gd_info' => 'GD',
|
||||||
|
|
Loading…
Reference in a new issue