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

@ -1456,6 +1456,19 @@ e) set it to `true`
<a name="Install php calendar extension"></a>
## Install php calendar extension
1 - Open the `.env` file
<br>
2 - Search for the `PHP_FPM_INSTALL_CALENDAR` argument under the PHP-FPM container
<br>
3 - Set it to `true`
<br>
4 - Re-build the containers `docker-compose build php-fpm`
<br>