fixed php-fpm install phalcon ext bug (#1811)
* add phalcon ext * fixed phalcon install * update index.md * php-worker install phalcon ext
This commit is contained in:

committed by
Shao Yu-Lung (Allen)

parent
03ff791e17
commit
04f071555c
@ -185,8 +185,10 @@ services:
|
||||
context: ./php-worker
|
||||
args:
|
||||
- PHP_VERSION=${PHP_VERSION}
|
||||
- PHALCON_VERSION=${PHALCON_VERSION}
|
||||
- INSTALL_PGSQL=${PHP_WORKER_INSTALL_PGSQL}
|
||||
- INSTALL_BCMATH=${PHP_WORKER_INSTALL_BCMATH}
|
||||
- INSTALL_PHALCON=${PHP_WORKER_INSTALL_PHALCON}
|
||||
- INSTALL_SOAP=${PHP_WORKER_INSTALL_SOAP}
|
||||
- INSTALL_ZIP_ARCHIVE=${PHP_WORKER_INSTALL_ZIP_ARCHIVE}
|
||||
- PUID=${PHP_WORKER_PUID}
|
||||
|
Reference in New Issue
Block a user