Skip to content

Commit

Permalink
Merge pull request #228 from GrahamCampbell/xdebug
Browse files Browse the repository at this point in the history
Use xdebug 3.4.0
  • Loading branch information
mnapoli authored Dec 19, 2024
2 parents 76e82d4 + b47ccd2 commit 64b4671
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion layers/fpm-dev/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ ARG PHP_VERSION
RUN mkdir -p /opt/bref/extensions

# Install xdebug
run if [[ $PHP_VERSION != "84" ]]; then pecl install xdebug-3.3.2; else pecl install xdebug-3.4.0beta1; fi
RUN pecl install xdebug-3.4.0
RUN cp $(php -r "echo ini_get('extension_dir');")/xdebug.so /opt/bref/extensions

# Install Blackfire
Expand Down

0 comments on commit 64b4671

Please sign in to comment.