diff options
author | Renato Botelho <renato@netgate.com> | 2016-03-29 12:41:19 -0300 |
---|---|---|
committer | Renato Botelho <renato@netgate.com> | 2016-03-29 12:42:49 -0300 |
commit | 475f0b6dbd9d93e96e58b4b54870c9aa760e99f7 (patch) | |
tree | 203594b6f2c26d02a5043e8c6eb749909bca411c /src/etc/rc.php_ini_setup | |
parent | 332ea4ddb87ee0d955a236a6c800642cdd35d86c (diff) | |
download | pfsense-475f0b6dbd9d93e96e58b4b54870c9aa760e99f7.zip pfsense-475f0b6dbd9d93e96e58b4b54870c9aa760e99f7.tar.gz |
Add missing PHP modules, it should fix #6041
Diffstat (limited to 'src/etc/rc.php_ini_setup')
-rwxr-xr-x | src/etc/rc.php_ini_setup | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/etc/rc.php_ini_setup b/src/etc/rc.php_ini_setup index 33e6757..0b1a7cf 100755 --- a/src/etc/rc.php_ini_setup +++ b/src/etc/rc.php_ini_setup @@ -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="" |