mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-07 16:37:02 +03:00
Resolve #1250
This commit is contained in:
parent
1d27c22085
commit
611c5f2631
1 changed files with 1 additions and 0 deletions
|
|
@ -34,6 +34,7 @@ $aRequirements = array(
|
||||||
'mbstring' => extension_loaded('mbstring'),
|
'mbstring' => extension_loaded('mbstring'),
|
||||||
'Zlib' => extension_loaded('zlib'),
|
'Zlib' => extension_loaded('zlib'),
|
||||||
// enabled by default:
|
// enabled by default:
|
||||||
|
'ctype' => extension_loaded('ctype'),
|
||||||
'json' => function_exists('json_decode'),
|
'json' => function_exists('json_decode'),
|
||||||
'libxml' => function_exists('libxml_use_internal_errors'),
|
'libxml' => function_exists('libxml_use_internal_errors'),
|
||||||
'dom' => class_exists('DOMDocument')
|
'dom' => class_exists('DOMDocument')
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue