Commit ad500c09 authored by Franco Fichtner's avatar Franco Fichtner

php: bcmath was used for pre-16.1 captive portal only

(cherry picked from commit 6e5fbbc9)
parent 891f91bc
...@@ -118,7 +118,6 @@ CORE_DEPENDS?= apinger \ ...@@ -118,7 +118,6 @@ CORE_DEPENDS?= apinger \
php-pfSense \ php-pfSense \
php-suhosin \ php-suhosin \
php56 \ php56 \
php56-bcmath \
php56-ctype \ php56-ctype \
php56-curl \ php56-curl \
php56-dom \ php56-dom \
......
...@@ -64,8 +64,6 @@ PHPMODULES="$PHPMODULES radius" ...@@ -64,8 +64,6 @@ PHPMODULES="$PHPMODULES radius"
PHPMODULES="$PHPMODULES pfSense" PHPMODULES="$PHPMODULES pfSense"
# json # json
PHPMODULES="$PHPMODULES json" PHPMODULES="$PHPMODULES json"
# bcmath
PHPMODULES="$PHPMODULES bcmath"
# filter # filter
PHPMODULES="$PHPMODULES filter" PHPMODULES="$PHPMODULES filter"
# OPNsense # OPNsense
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment