From 053d234a5b0105fab1278bab8565ca1f8c7304f8 Mon Sep 17 00:00:00 2001 From: Michael M Slusarz Date: Tue, 8 Oct 2013 13:46:04 -0600 Subject: [PATCH] mhash isn't needed --- passwd/lib/Test.php | 4 ---- 1 file changed, 4 deletions(-) diff --git a/passwd/lib/Test.php b/passwd/lib/Test.php index 20adaa6cfaf..e0b89663c6c 100644 --- a/passwd/lib/Test.php +++ b/passwd/lib/Test.php @@ -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 --with-mcrypt 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 --with-mhash 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 --enable-soap before continuing.'