OpenSSL required due to S/MIME

This commit is contained in:
the-djmaze 2024-02-26 03:16:18 +01:00
parent dcfa144ce3
commit 044b0dcde6

View file

@ -97,6 +97,7 @@ abstract class Integrity
public static function phpExtensions()
{
$aRequirements = array(
'openssl' => extension_loaded('openssl'),
'mbstring' => extension_loaded('mbstring'),
'Zlib' => extension_loaded('zlib'),
// enabled by default: