From fa60c26fe580bbf6ae01743c9ae831cb030d2b8d Mon Sep 17 00:00:00 2001 From: nsfisis Date: Mon, 16 Feb 2026 01:36:46 +0900 Subject: disable opcache-jit --- Dockerfile | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'Dockerfile') diff --git a/Dockerfile b/Dockerfile index d72b0ae..f50804d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -16,20 +16,19 @@ RUN cd php-src && \ ./buildconf --force && \ emconfigure ./configure \ --disable-all \ - --disable-mbregex \ - --disable-fiber-asm \ - --disable-cli \ --disable-cgi \ + --disable-cli \ + --disable-fiber-asm \ + --disable-opcache-jit \ --disable-phpdbg \ --enable-embed=static \ - --enable-mbstring \ --without-iconv \ --without-libxml \ --without-pcre-jit \ --without-pdo-sqlite \ --without-sqlite3 \ && \ - EMCC_CFLAGS='-s ERROR_ON_UNDEFINED_SYMBOLS=0 -D ZEND_MM_ERROR=0' emmake make -j$(nproc) && \ + EMCC_CFLAGS='-D ZEND_MM_ERROR=0' emmake make -j$(nproc) && \ mv libs/libphp.a .. && \ make clean && \ git clean -fd && \ -- cgit v1.3-1-g0d28