File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed
Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff 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
156157COPY ./docker/8.4/php.ini /etc/php84/conf.d/99-m3ue.ini
You can’t perform that action at this time.
0 commit comments