Skip to content
This repository was archived by the owner on Nov 30, 2023. It is now read-only.

Commit d768e00

Browse files
authored
Rollback property update (CI Ignore)
1 parent 1ad2987 commit d768e00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

containers/php/.devcontainer/base.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ RUN apt-get update && export DEBIAN_FRONTEND=noninteractive \
2424
RUN yes | pecl install xdebug \
2525
&& echo "zend_extension=$(find /usr/local/lib/php/extensions/ -name xdebug.so)" > /usr/local/etc/php/conf.d/xdebug.ini \
2626
&& echo "xdebug.mode = debug" >> /usr/local/etc/php/conf.d/xdebug.ini \
27-
&& echo "xdebug.start_with_request = trigger" >> /usr/local/etc/php/conf.d/xdebug.ini \
27+
&& echo "xdebug.start_with_request = yes" >> /usr/local/etc/php/conf.d/xdebug.ini \
2828
&& echo "xdebug.client_port = 9000" >> /usr/local/etc/php/conf.d/xdebug.ini \
2929
&& rm -rf /tmp/pear
3030

0 commit comments

Comments
 (0)