aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/install/install.php
diff options
context:
space:
mode:
authorDavid M <davidmj@users.sourceforge.net>2006-03-02 01:09:55 +0000
committerDavid M <davidmj@users.sourceforge.net>2006-03-02 01:09:55 +0000
commit2c7f177b1d8dd8e568adb3e09f2de2157f035dca (patch)
tree8866dc9fb6ac128dc5e380e461ee87287f1bdecc /phpBB/install/install.php
parent9313494e6864eba1067329b11d881a6f39875c9b (diff)
downloadforums-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.php2
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(