Commit 6001cb9a authored by Franco Fichtner's avatar Franco Fichtner

php: tokenizer plugin is required for style checker

parent edecc7bc
...@@ -94,8 +94,9 @@ PHPMODULES="$PHPMODULES json" ...@@ -94,8 +94,9 @@ PHPMODULES="$PHPMODULES json"
PHPMODULES="$PHPMODULES bcmath" PHPMODULES="$PHPMODULES bcmath"
# filter # filter
PHPMODULES="$PHPMODULES filter" PHPMODULES="$PHPMODULES filter"
# phalcon # OPNsense
PHPMODULES="$PHPMODULES phalcon" PHPMODULES="$PHPMODULES phalcon"
PHPMODULES="$PHPMODULES tokenizer"
# Clear the .ini file to make sure we are clean # Clear the .ini file to make sure we are clean
rm -f /usr/local/etc/php/extensions.ini rm -f /usr/local/etc/php/extensions.ini
......
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