Merge pull request #13043 from owncloud/check-for-hash

Check for hash
This commit is contained in:
Thomas Müller 2014-12-28 14:12:57 +01:00
commit aec79b0c0e
1 changed files with 2 additions and 1 deletions

View File

@ -582,7 +582,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'