mirror of
https://github.com/docker-library/php.git
synced 2025-07-28 23:21:13 +00:00

This is used for things like NGINX Unit to embed PHP (similar to `mod_php` in Apache, but a more general interface).
5 lines
193 B
Docker
5 lines
193 B
Docker
{{ if env.suite | startswith("alpine") | not then ( -}}
|
|
# https://github.com/docker-library/php/pull/939#issuecomment-730501748
|
|
ENV PHP_EXTRA_CONFIGURE_ARGS --enable-embed
|
|
{{ ) else "" end -}}
|