diff options
author | Paul S. Owen <psotfx@users.sourceforge.net> | 2003-06-19 13:29:52 +0000 |
---|---|---|
committer | Paul S. Owen <psotfx@users.sourceforge.net> | 2003-06-19 13:29:52 +0000 |
commit | 5287a27653db9a302f37401ce9db9e73b97d3dda (patch) | |
tree | e02ff8f0f337c54b08683e1795367804d838ecbc /phpBB/install | |
parent | 67f4864c7a84065ad9aac8ce897681f38e35b5c0 (diff) | |
download | forums-5287a27653db9a302f37401ce9db9e73b97d3dda.tar forums-5287a27653db9a302f37401ce9db9e73b97d3dda.tar.gz forums-5287a27653db9a302f37401ce9db9e73b97d3dda.tar.bz2 forums-5287a27653db9a302f37401ce9db9e73b97d3dda.tar.xz forums-5287a27653db9a302f37401ce9db9e73b97d3dda.zip |
Add xml and mhash to optional module list
git-svn-id: file:///svn/phpbb/trunk@4143 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/install')
-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 cd530e7c9d..66e4418498 100644 --- a/phpBB/install/install.php +++ b/phpBB/install/install.php @@ -81,7 +81,7 @@ $error = array(); // Other PHP modules we may find useful //$php_dlls_other = array('zlib', 'mbstring', 'ftp'); -$php_dlls_other = array('zlib', 'ftp'); +$php_dlls_other = array('zlib', 'ftp', 'xml', 'mhash'); // Supported DB layers including relevant details $available_dbms = array( |