summaryrefslogtreecommitdiffstats
path: root/etc/rc.php_ini_setup
diff options
context:
space:
mode:
authorjim-p <jimp@pfsense.org>2012-01-19 14:48:06 -0500
committerjim-p <jimp@pfsense.org>2012-01-19 14:48:06 -0500
commitd9867431a47a87540a1a3a38a2474407b9d37c1f (patch)
tree41998fc13f8b9fce2167d3d95bd2f26d2dde8f89 /etc/rc.php_ini_setup
parent77b86adadbf99006f3264ee102f41606ae7b09ba (diff)
downloadpfsense-d9867431a47a87540a1a3a38a2474407b9d37c1f.zip
pfsense-d9867431a47a87540a1a3a38a2474407b9d37c1f.tar.gz
Change from mhash to hash module, mhash is depreciated.
Diffstat (limited to 'etc/rc.php_ini_setup')
-rwxr-xr-xetc/rc.php_ini_setup2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/rc.php_ini_setup b/etc/rc.php_ini_setup
index 2046a94..e8d67fa 100755
--- a/etc/rc.php_ini_setup
+++ b/etc/rc.php_ini_setup
@@ -90,7 +90,7 @@ PHPMODULES="$PHPMODULES curl date"
PHPMODULES="$PHPMODULES gettext"
# User manager
PHPMODULES="$PHPMODULES ldap openssl pcntl"
-PHPMODULES="$PHPMODULES mhash"
+PHPMODULES="$PHPMODULES hash"
PHPMODULES="$PHPMODULES mcrypt"
# Regexs, PERL style!
PHPMODULES="$PHPMODULES pcre"
OpenPOWER on IntegriCloud