summaryrefslogtreecommitdiffstats
path: root/etc/rc.php_ini_setup
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@gmail.com>2011-07-13 18:42:55 -0400
committerScott Ullrich <sullrich@gmail.com>2011-07-13 18:42:55 -0400
commitfc23b860eb933ee557cd5cc3d5816f732360a54c (patch)
tree921a04bc56dfc1723b6c0c1f3916ccfd952aab02 /etc/rc.php_ini_setup
parente4f3307c8bd1673bb6fbf74eed6aababb88c83e2 (diff)
downloadpfsense-fc23b860eb933ee557cd5cc3d5816f732360a54c.zip
pfsense-fc23b860eb933ee557cd5cc3d5816f732360a54c.tar.gz
Revert "Only load modules once"
This reverts commit 00b9730d6fe20272a40e707b709e677a847b7863.
Diffstat (limited to 'etc/rc.php_ini_setup')
-rwxr-xr-xetc/rc.php_ini_setup2
1 files changed, 0 insertions, 2 deletions
diff --git a/etc/rc.php_ini_setup b/etc/rc.php_ini_setup
index 626e61e..49bc9cc 100755
--- a/etc/rc.php_ini_setup
+++ b/etc/rc.php_ini_setup
@@ -295,8 +295,6 @@ for EXT in $PHPMODULES; do
PHPMODULESLC="$PHPMODULESLC `echo "$EXT" | /usr/bin/tr '[:upper:]' '[:lower:]'`"
done
-PHPMODULES=`echo $PHPMODULES | sort -u`
-
# Check loaded modules and remove anything that did not load correctly
LOADED_MODULES=`/usr/local/bin/php -m | /usr/bin/tr '[:upper:]' '[:lower:]' 2>/dev/null | /usr/bin/grep -v "\["`
for EXT in $PHPMODULESLC; do
OpenPOWER on IntegriCloud