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
# --enable-mbstring is included here because otherwise there's no way to get pecl to use it properly (see https://github.com/docker-library/php/issues/195)
354
359
--enable-mbstring \
360
+
{{ ) else "" end -}}
355
361
# --enable-mysqlnd is included here because it's harder to compile after the fact than extensions are (since it's a plugin for several extensions, not an extension in itself)
356
362
--enable-mysqlnd \
357
363
# https://wiki.php.net/rfc/argon2_password_hash
@@ -377,9 +383,11 @@ RUN set -eux; \
377
383
--disable-phpdbg \
378
384
{{ ) end -}}
379
385
\
386
+
{{ if install_pear_pecl then ( -}}
380
387
# in PHP 7.4+, the pecl/pear installers are officially deprecated (requiring an explicit "--with-pear")
381
388
--with-pear \
382
389
\
390
+
{{ ) else "" end -}}
383
391
{{ if rcVersion | IN("8.2") then ( -}}
384
392
# bundled pcre does not support JIT on riscv64 until 10.41 (php 8.3+)
0 commit comments