This commit is contained in:
the-djmaze 2023-10-02 14:46:26 +02:00
parent 1d27c22085
commit 611c5f2631

View file

@ -34,6 +34,7 @@ $aRequirements = array(
'mbstring' => extension_loaded('mbstring'),
'Zlib' => extension_loaded('zlib'),
// enabled by default:
'ctype' => extension_loaded('ctype'),
'json' => function_exists('json_decode'),
'libxml' => function_exists('libxml_use_internal_errors'),
'dom' => class_exists('DOMDocument')