Skip to content

Commit e74c167

Browse files
committed
fix: disable Zend Signals for ZTS builds
1 parent e553e80 commit e74c167

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Dockerfile-linux.template

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -393,6 +393,8 @@ RUN set -eux; \
393393
{{ ) else ( -}}
394394
--enable-maintainer-zts \
395395
{{ ) end -}}
396+
# https://github.com/php/php-src/issues/9649#issuecomment-1264330874
397+
--disable-zend-signals \
396398
{{ ) else "" end -}}
397399
; \
398400
make -j "$(nproc)"; \

0 commit comments

Comments
 (0)