Check for hash

See https://github.com/owncloud/core/pull/13042
This commit is contained in:
Lukas Reschke 2014-12-28 13:23:34 +01:00
parent 0836ce9cd8
commit 222e4a0762

View file

@ -580,7 +580,8 @@ class OC_Util {
'gd_info' => 'GD',
'gzencode' => 'zlib',
'iconv' => 'iconv',
'simplexml_load_string' => 'SimpleXML'
'simplexml_load_string' => 'SimpleXML',
'hash' => 'HASH Message Digest Framework'
),
'defined' => array(
'PDO::ATTR_DRIVER_NAME' => 'PDO'