1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-31 05:50:42 +02:00

- The sha1 hash is a standard part of PHP, mhash is not needed for Jabber :D

git-svn-id: file:///svn/phpbb/trunk@5597 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
David M
2006-03-02 01:09:55 +00:00
parent 9313494e68
commit 2c7f177b1d
3 changed files with 8 additions and 12 deletions

View File

@@ -76,7 +76,7 @@ $error = array();
// Other PHP modules we may find useful
//$php_dlls_other = array('zlib', 'mbstring', 'ftp');
$php_dlls_other = array('zlib', 'ftp', 'xml', 'mhash');
$php_dlls_other = array('zlib', 'ftp', 'xml');
// Supported DB layers including relevant details
$available_dbms = array(