added check for xmlreader extension

This commit is contained in:
Ralf Becker 2011-09-06 09:56:08 +00:00
parent 7fda6de509
commit 04e56ff755

View File

@ -217,6 +217,10 @@ $checks = array(
'func' => 'extension_check',
'warning' => lang('The mcrypt extension is used, to store eTemplate form state on the client, which is the prefered way to store it.'),
),
'xmlreader' => array(
'func' => 'extension_check',
'error' => lang('The xmlreader extension is required by EGroupware in several applications.'),
),
);
if (extension_loaded('session') && ini_get('session.save_handler') == 'files' && ($session_path = realpath(session_save_path())))
{