Skip to content

Commit 1766cbe

Browse files
committed
fix: Rollback JIT fix
1 parent c3f2072 commit 1766cbe

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

Dockerfile

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -147,10 +147,11 @@ RUN apk update && apk --no-cache add \
147147
php84-pecl-redis php84-pcntl \
148148
bash tzdata \
149149
&& ln -s /usr/bin/php84 /usr/bin/php
150-
# Disable PCOV by default because it overrides zend_execute_ex() and
151-
# prevents PHP JIT from enabling. Keep the extension installed for
152-
# dev/CI use, but default to disabled to avoid the warning.
153-
RUN echo "pcov.enabled=0" > /etc/php84/conf.d/20-pcov.ini || true
150+
151+
# Disable PCOV by default because it overrides zend_execute_ex() and
152+
# prevents PHP JIT from enabling. Keep the extension installed for
153+
# dev/CI use, but default to disabled to avoid the warning.
154+
# RUN echo "pcov.enabled=0" > /etc/php84/conf.d/20-pcov.ini || true
154155

155156
# PHP & supervisor configuration copied from the repo
156157
COPY ./docker/8.4/php.ini /etc/php84/conf.d/99-m3ue.ini

0 commit comments

Comments
 (0)