summaryrefslogtreecommitdiffstats
path: root/etc/rc.php_ini_setup
diff options
context:
space:
mode:
authorMatt Smith <mgsmith@netgate.com>2014-08-18 09:34:21 -0500
committerMatt Smith <mgsmith@netgate.com>2014-08-18 09:34:21 -0500
commitc28da0a7db8ea00649a7fb0151555ab4e50b6efa (patch)
tree04a89cac2f36d032fc7c9de77950cc841da8bfbf /etc/rc.php_ini_setup
parentae170e96dfcfd4d1baa17166e52ff796886a7cf4 (diff)
downloadpfsense-c28da0a7db8ea00649a7fb0151555ab4e50b6efa.zip
pfsense-c28da0a7db8ea00649a7fb0151555ab4e50b6efa.tar.gz
Add filter.so to list of extensions loaded for 2.2
Diffstat (limited to 'etc/rc.php_ini_setup')
-rwxr-xr-xetc/rc.php_ini_setup2
1 files changed, 2 insertions, 0 deletions
diff --git a/etc/rc.php_ini_setup b/etc/rc.php_ini_setup
index e069ad4..94de766 100755
--- a/etc/rc.php_ini_setup
+++ b/etc/rc.php_ini_setup
@@ -137,6 +137,8 @@ PHPMODULES="$PHPMODULES pfSense"
PHPMODULES="$PHPMODULES json"
# bcmath
PHPMODULES="$PHPMODULES bcmath"
+# filter
+PHPMODULES="$PHPMODULES filter"
PHP_ZEND_MODULES="ioncube_loader"
PHP_ZEND_MODULES_TS="ioncube_loader_ts"
OpenPOWER on IntegriCloud