diff options
author | jim-p <jimp@pfsense.org> | 2012-06-29 12:21:00 -0400 |
---|---|---|
committer | jim-p <jimp@pfsense.org> | 2012-06-29 12:21:00 -0400 |
commit | c1993935fb745b5961ed611b824d24b8fde7cd9a (patch) | |
tree | e4ad21e5cbdb6abaa25085ad07d84f93999d6a8c | |
parent | 2c51f29386d7ab097e1a226c3998e108b0c6f1ff (diff) | |
download | pfsense-c1993935fb745b5961ed611b824d24b8fde7cd9a.zip pfsense-c1993935fb745b5961ed611b824d24b8fde7cd9a.tar.gz |
CP Radius accounting wants bcmod() so we need to activate bcmath.
-rwxr-xr-x | etc/rc.php_ini_setup | 2 |
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" |