Skip to content

Commit

Permalink
bump Xdebug
Browse files Browse the repository at this point in the history
  • Loading branch information
joemaller committed Apr 17, 2024
1 parent 3f1d2aa commit 51676e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ RUN apt-get update -yqq \
# Install XDebug, largly copied from:
# https://github.com/andreccosta/wordpress-xdebug-dockerbuild
# https://pecl.php.net/package/xdebug
RUN pecl install xdebug-3.2.2 \
RUN pecl install xdebug-3.3.2 \
&& docker-php-ext-enable xdebug \
&& echo '[XDebug]' >> /usr/local/etc/php/conf.d/z_iop-xdebug.ini \
&& echo 'zend_extension=xdebug' >> /usr/local/etc/php/conf.d/z_iop-xdebug.ini \
Expand Down

0 comments on commit 51676e1

Please sign in to comment.