summaryrefslogtreecommitdiffstats
path: root/etc/rc.php_ini_setup
diff options
context:
space:
mode:
authorjim-p <jimp@pfsense.org>2012-06-29 12:21:00 -0400
committerjim-p <jimp@pfsense.org>2012-06-29 12:21:00 -0400
commitc1993935fb745b5961ed611b824d24b8fde7cd9a (patch)
treee4ad21e5cbdb6abaa25085ad07d84f93999d6a8c /etc/rc.php_ini_setup
parent2c51f29386d7ab097e1a226c3998e108b0c6f1ff (diff)
downloadpfsense-c1993935fb745b5961ed611b824d24b8fde7cd9a.zip
pfsense-c1993935fb745b5961ed611b824d24b8fde7cd9a.tar.gz
CP Radius accounting wants bcmod() so we need to activate bcmath.
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 7258eb8..8c18b21 100755
--- a/etc/rc.php_ini_setup
+++ b/etc/rc.php_ini_setup
@@ -126,6 +126,8 @@ PHPMODULES="$PHPMODULES ssh2"
PHPMODULES="$PHPMODULES pfSense"
# json
PHPMODULES="$PHPMODULES json"
+# bcmath
+PHPMODULES="$PHPMODULES bcmath"
PHP_ZEND_MODULES="ioncube_loader"
PHP_ZEND_MODULES_TS="ioncube_loader_ts"
OpenPOWER on IntegriCloud