From 003436be9f6c8109cfcffd6f42d98b2a8fafa54e Mon Sep 17 00:00:00 2001 From: jim-p Date: Fri, 29 Jun 2012 12:23:40 -0400 Subject: CP Radius accounting wants bcmod() so we need to activate bcmath. --- etc/rc.php_ini_setup | 2 ++ 1 file changed, 2 insertions(+) (limited to 'etc') diff --git a/etc/rc.php_ini_setup b/etc/rc.php_ini_setup index 1572444..4d10aef 100755 --- a/etc/rc.php_ini_setup +++ b/etc/rc.php_ini_setup @@ -120,6 +120,8 @@ PHPMODULES="$PHPMODULES zmq" PHPMODULES="$PHPMODULES ssh2" # pfSense extensions PHPMODULES="$PHPMODULES pfSense" +# bcmath +PHPMODULES="$PHPMODULES bcmath" PHP_ZEND_MODULES="ioncube_loader" PHP_ZEND_MODULES_TS="ioncube_loader_ts" -- cgit v1.1