From 6e5fbbc9aa1cfd7dd54f4d0ea6b090f44323b972 Mon Sep 17 00:00:00 2001 From: Franco Fichtner Date: Thu, 28 Apr 2016 09:40:42 +0200 Subject: [PATCH] php: bcmath was used for pre-16.1 captive portal only --- Makefile | 1 - src/etc/rc.php_ini_setup | 2 -- 2 files changed, 3 deletions(-) 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