mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Add missing PHP modules, it should fix #6041
This commit is contained in:
parent
332ea4ddb8
commit
475f0b6dbd
@ -114,6 +114,8 @@ PHPMODULES="$PHPMODULES mbstring"
|
||||
PHPMODULES="$PHPMODULES shmop"
|
||||
# Page compression
|
||||
PHPMODULES="$PHPMODULES zlib"
|
||||
# Cache
|
||||
PHPMODULES="$PHPMODULES opcache"
|
||||
# SQLlite & Database
|
||||
PHPMODULES="$PHPMODULES spl"
|
||||
PHPMODULES="$PHPMODULES PDO"
|
||||
@ -132,6 +134,8 @@ PHPMODULES="$PHPMODULES json"
|
||||
PHPMODULES="$PHPMODULES bcmath"
|
||||
# filter
|
||||
PHPMODULES="$PHPMODULES filter"
|
||||
# rrd
|
||||
PHPMODULES="$PHPMODULES rrd"
|
||||
|
||||
PHP_ZEND_MODULES=""
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user