summaryrefslogtreecommitdiffstats
path: root/etc/rc.php_ini_setup
diff options
context:
space:
mode:
authorsmos <seth.mos@dds.nl>2012-03-13 09:48:09 +0100
committersmos <seth.mos@dds.nl>2012-03-13 09:48:09 +0100
commitc25197ba45300056f76b1894aca869d0e047c5f3 (patch)
treed843f98d88891f03ef2bc6a4a7a7d2201917e23d /etc/rc.php_ini_setup
parent1cb94b24efb7c00dbf551e6973b33bb4ad0eef48 (diff)
downloadpfsense-c25197ba45300056f76b1894aca869d0e047c5f3.zip
pfsense-c25197ba45300056f76b1894aca869d0e047c5f3.tar.gz
Adjust the ordering so that our modules load properly.
The order appears to be important in which we load the modules
Diffstat (limited to 'etc/rc.php_ini_setup')
-rwxr-xr-xetc/rc.php_ini_setup8
1 files changed, 4 insertions, 4 deletions
diff --git a/etc/rc.php_ini_setup b/etc/rc.php_ini_setup
index 275790b..81fa740 100755
--- a/etc/rc.php_ini_setup
+++ b/etc/rc.php_ini_setup
@@ -84,6 +84,9 @@ fi
# be done automatically by the script below.
PHPMODULES="apc"
PHPMODULES="$PHPMODULES standard"
+# Config read/write
+PHPMODULES="$PHPMODULES xml libxml dom"
+PHPMODULES="$PHPMODULES simplexml xmlreader xmlwriter"
# Downloading via HTTP/FTP (pkg mgr, etc)
PHPMODULES="$PHPMODULES curl date"
# Internationalization
@@ -100,12 +103,9 @@ PHPMODULES="$PHPMODULES readline"
# Login sessions
PHPMODULES="$PHPMODULES session"
# Extra sanity seatbelts
-#PHPMODULES="$PHPMODULES suhosin"
+PHPMODULES="$PHPMODULES suhosin"
# Firewall rules edit
PHPMODULES="$PHPMODULES ctype"
-# Config read/write
-PHPMODULES="$PHPMODULES xml xmlreader xmlwriter libxml"
-PHPMODULES="$PHPMODULES simplexml"
# firewall_rules_edit.php
PHPMODULES="$PHPMODULES mbstring"
# Synchronization primitives
OpenPOWER on IntegriCloud