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:
@@ -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(
|
||||
|
Reference in New Issue
Block a user