Skip to content
Snippets Groups Projects
Commit 05ab9308 authored by Thijs Kinkhorst's avatar Thijs Kinkhorst
Browse files

Mcrypt no longer required

parent ad0a814e
Branches
Tags
No related merge requests found
......@@ -109,7 +109,6 @@ $functionchecks = array(
'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)'),
'pdo_drivers' => array('optional', 'PDO Extension (required if a database backend is used)'),
);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment