diff --git a/Makefile b/Makefile index 815eeda13..0bcaf1e34 100644 --- a/Makefile +++ b/Makefile @@ -118,7 +118,6 @@ CORE_DEPENDS?= apinger \ php-pfSense \ php-suhosin \ php56 \ - php56-bcmath \ php56-curl \ php56-dom \ php56-filter \ diff --git a/src/etc/rc.php_ini_setup b/src/etc/rc.php_ini_setup index c536c03d6..2097be169 100755 --- a/src/etc/rc.php_ini_setup +++ b/src/etc/rc.php_ini_setup @@ -62,8 +62,6 @@ PHPMODULES="$PHPMODULES radius" PHPMODULES="$PHPMODULES pfSense" # json PHPMODULES="$PHPMODULES json" -# bcmath -PHPMODULES="$PHPMODULES bcmath" # filter PHPMODULES="$PHPMODULES filter" # OPNsense