Added option to install the php calendar extension in php-fpm (#1672)

* Added option to install the php calendar extension in php-fpm
* Added section about installing php calendar extension in php-fpm
This commit is contained in:
Youri Westerman
2018-07-13 17:31:13 +07:00
committed by Shao Yu-Lung (Allen)
parent 20b0181b6d
commit 4ce25e95b4
4 changed files with 28 additions and 0 deletions

View File

@ -148,6 +148,7 @@ PHP_FPM_INSTALL_LDAP=false
PHP_FPM_INSTALL_SWOOLE=false
PHP_FPM_INSTALL_PG_CLIENT=false
PHP_FPM_INSTALL_PCNTL=false
PHP_FPM_INSTALL_CALENDAR=false
### PHP_WORKER ############################################