diff options
author | David M <davidmj@users.sourceforge.net> | 2006-03-02 01:09:55 +0000 |
---|---|---|
committer | David M <davidmj@users.sourceforge.net> | 2006-03-02 01:09:55 +0000 |
commit | 2c7f177b1d8dd8e568adb3e09f2de2157f035dca (patch) | |
tree | 8866dc9fb6ac128dc5e380e461ee87287f1bdecc /phpBB/install/install.php | |
parent | 9313494e6864eba1067329b11d881a6f39875c9b (diff) | |
download | forums-2c7f177b1d8dd8e568adb3e09f2de2157f035dca.tar forums-2c7f177b1d8dd8e568adb3e09f2de2157f035dca.tar.gz forums-2c7f177b1d8dd8e568adb3e09f2de2157f035dca.tar.bz2 forums-2c7f177b1d8dd8e568adb3e09f2de2157f035dca.tar.xz forums-2c7f177b1d8dd8e568adb3e09f2de2157f035dca.zip |
- 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
Diffstat (limited to 'phpBB/install/install.php')
-rw-r--r-- | phpBB/install/install.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/install/install.php b/phpBB/install/install.php index f689af2b4f..2ce5e418d7 100644 --- a/phpBB/install/install.php +++ b/phpBB/install/install.php @@ -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( |