You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ if [ "8.1" ] | index(env.version | rtrimstr("-rc")) then ( -}}
329
+
{{ if env.version | rtrimstr("-rc") == "8.1" then ( -}}
330
330
# --enable-ftp is included here for compatibility with existing versions. ftp_ssl_connect() needed ftp to be compiled statically before PHP 7.0 (see https://github.com/docker-library/php/issues/236).
331
331
--enable-ftp \
332
332
{{ ) else "" end -}}
@@ -348,7 +348,7 @@ RUN set -eux; \
348
348
--with-readline \
349
349
--with-zlib \
350
350
\
351
-
{{ if [ "cli", "zts" ] | index(env.variant) then ( -}}
0 commit comments