add zip extension support for PHP in php-worker (#1894)

This commit is contained in:
Lan Phan
2018-11-27 16:00:03 +07:00
committed by Shao Yu-Lung (Allen)
parent 2689638d7d
commit d8c36ab860
3 changed files with 11 additions and 0 deletions

View File

@ -170,6 +170,7 @@ PHP_FPM_INSTALL_YAML=false
PHP_WORKER_INSTALL_PGSQL=false
PHP_WORKER_INSTALL_BCMATH=false
PHP_WORKER_INSTALL_SOAP=false
PHP_WORKER_INSTALL_ZIP_ARCHIVE=false
### NGINX #################################################