Skip to content
Snippets Groups Projects
Commit b66b0ca0 authored by Jaime Pérez Crespo's avatar Jaime Pérez Crespo
Browse files

Add a check for mbstring in the config frontpage.

parent 97ab436b
No related branches found
No related tags found
No related merge requests found
......@@ -107,6 +107,7 @@ $functionchecks = array(
'preg_match' => array('required', 'RegEx support'),
'json_decode' => array('required', 'JSON support'),
'class_implements' => array('required', 'Standard PHP Library (SPL)'),
'mb_strlen' => array('required', 'Multibyte String Extension'),
'curl_init' => array('optional', 'cURL (required if automatic version checks are used, also by some modules.'),
'mcrypt_module_open'=> array('optional', 'MCrypt (required if digital signatures or encryption are used)'),
'session_start' => array('optional', 'Session Extension (required if PHP sessions are used)'),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment