Add filter.so to list of extensions loaded for 2.2

This commit is contained in:
Matt Smith 2014-08-18 09:34:21 -05:00
parent ae170e96df
commit c28da0a7db
1 changed files with 2 additions and 0 deletions

View File

@ -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"