summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatt Smith <mgsmith@netgate.com>2014-08-13 12:50:10 -0500
committerMatt Smith <mgsmith@netgate.com>2014-08-13 12:50:10 -0500
commitb107e187b5d8bf201d1d39a1ab41335c93db28a5 (patch)
treec1fcc1734a69a258b720f9339ef46634be013bd7
parente35ec763337b9c3430391bdc400daf6c7b7df84b (diff)
downloadpfsense-b107e187b5d8bf201d1d39a1ab41335c93db28a5.zip
pfsense-b107e187b5d8bf201d1d39a1ab41335c93db28a5.tar.gz
Added filter.so to list of extensions loaded for filter_var() support.
-rwxr-xr-xetc/rc.php_ini_setup3
1 files changed, 3 insertions, 0 deletions
diff --git a/etc/rc.php_ini_setup b/etc/rc.php_ini_setup
index 589fab8..979ed97 100755
--- a/etc/rc.php_ini_setup
+++ b/etc/rc.php_ini_setup
@@ -135,6 +135,9 @@ 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