mirror of
https://github.com/danog/php.git
synced 2024-11-27 04:14:56 +01:00
9 lines
188 B
Docker
9 lines
188 B
Docker
{{ include "version-id" -}}
|
|
ENV PHP_EXTRA_CONFIGURE_ARGS {{
|
|
if (.version | version_id) >= ("8" | version_id) then
|
|
"--enable-zts"
|
|
else
|
|
"--enable-maintainer-zts"
|
|
end
|
|
}} --disable-cgi
|