From c28da0a7db8ea00649a7fb0151555ab4e50b6efa Mon Sep 17 00:00:00 2001 From: Matt Smith Date: Mon, 18 Aug 2014 09:34:21 -0500 Subject: [PATCH] Add filter.so to list of extensions loaded for 2.2 --- etc/rc.php_ini_setup | 2 ++ 1 file changed, 2 insertions(+) diff --git a/etc/rc.php_ini_setup b/etc/rc.php_ini_setup index e069ad4b49..94de766300 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"