Merge pull request #2606 from jzonta/add-oci8-php-worker

Added support for OCI8 extension in php-worker
This commit is contained in:
Shao Yu-Lung (Allen)
2020-05-30 14:30:13 +08:00
committed by GitHub
3 changed files with 44 additions and 0 deletions

View File

@ -277,6 +277,7 @@ services:
- INSTALL_GMP=${PHP_WORKER_INSTALL_GMP}
- INSTALL_PGSQL=${PHP_WORKER_INSTALL_PGSQL}
- INSTALL_BCMATH=${PHP_WORKER_INSTALL_BCMATH}
- INSTALL_OCI8=${PHP_WORKER_INSTALL_OCI8}
- INSTALL_PHALCON=${PHP_WORKER_INSTALL_PHALCON}
- INSTALL_SOAP=${PHP_WORKER_INSTALL_SOAP}
- INSTALL_ZIP_ARCHIVE=${PHP_WORKER_INSTALL_ZIP_ARCHIVE}