Added support for OCI8 extension in php-worker, Sugestão do amigo @bestlong in #2276

This commit is contained in:
João Zonta
2020-05-28 13:37:01 -03:00
parent f4d5a892b1
commit 0792766d41
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}