Skip to content

Commit 8ec5e7c

Browse files
committed
fix: disable Zend Signals for ZTS builds
1 parent 2ff936d commit 8ec5e7c

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
@@ -392,6 +392,8 @@ RUN set -eux; \
392392
{{ ) else ( -}}
393393
--enable-maintainer-zts \
394394
{{ ) end -}}
395+
# https://github.com/php/php-src/issues/9649#issuecomment-1264330874
396+
--disable-zend-signals \
395397
{{ ) else "" end -}}
396398
; \
397399
make -j "$(nproc)"; \

0 commit comments

Comments
 (0)