Skip to content

Commit

Permalink
Lock Xdebug to version 3.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
capuleto committed Dec 6, 2023
1 parent a566f9e commit 3813ede
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion php8/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ umask 002
# We only want xdebug in specific circumstances so it's better to opt-in when we need it
if [ -n "$ENABLE_XDEBUG" ]; then
# Install and configure Xdebug, RUN is not used in entrypoint scripts
pecl install xdebug \
pecl install xdebug-3.2.2 \
&& docker-php-ext-enable xdebug \
&& touch /usr/local/etc/php/conf.d/docker-php-ext-xdebug.ini \
&& sed -i '1 a xdebug.remote_autostart=true' /usr/local/etc/php/conf.d/docker-php-ext-xdebug.ini \
Expand Down

0 comments on commit 3813ede

Please sign in to comment.