Skip to content

Commit

Permalink
mhash isn't needed
Browse files Browse the repository at this point in the history
  • Loading branch information
slusarz committed Oct 8, 2013
1 parent c5c8abe commit 053d234
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions passwd/lib/Test.php
Expand Up @@ -37,10 +37,6 @@ class Passwd_Test extends Horde_Test
'descrip' => 'Mcrypt Support',
'error' => 'If you will be using the smbldap driver for password changes, PHP must have mcrypt support. Compile PHP <code>--with-mcrypt</code> before continuing.'
),
'mhash' => array(
'descrip' => 'Mhash Support',
'error' => 'If you will be using the smbldap driver for password changes, PHP must have mhash support. Compile PHP <code>--with-mhash</code> before continuing.'
),
'soap' => array(
'descrip' => 'SOAP Support',
'error' => 'If you will be using the SOAP driver for password changes, PHP must have soap support. Compile PHP with <code>--enable-soap</code> before continuing.'
Expand Down

0 comments on commit 053d234

Please sign in to comment.