This developer needed to turn back the clock in the PHP-FPM container, you will not believe what he did next! (#1675)

* Added documentation for installing libfaketime in the php-fpm container
* Enabled installing and using libfaketime system-wide inside the php-fpm container
This commit is contained in:
Youri Westerman
2018-08-21 12:41:34 +07:00
committed by Shao Yu-Lung (Allen)
parent 1b865dd153
commit 89051de67d
4 changed files with 45 additions and 0 deletions

View File

@ -149,6 +149,8 @@ PHP_FPM_INSTALL_SWOOLE=false
PHP_FPM_INSTALL_PG_CLIENT=false
PHP_FPM_INSTALL_PCNTL=false
PHP_FPM_INSTALL_CALENDAR=false
PHP_FPM_INSTALL_FAKETIME=false
PHP_FPM_FAKETIME=-0
### PHP_WORKER ############################################