Skip to content

Commit a097250

Browse files
committed
style: Update PHP-8.5 xdebug
1 parent 0620233 commit a097250

1 file changed

Lines changed: 1 addition & 9 deletions

File tree

Dockerfiles/mods/Dockerfile-8.5

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -844,15 +844,7 @@ RUN set -eux \
844844
# Installation: Generic
845845
# Type: PECL extension
846846
# Default: Pecl command
847-
#&& pecl install xdebug \
848-
# Type: GIT extension
849-
&& git clone https://github.com/xdebug/xdebug /tmp/xdebug \
850-
&& cd /tmp/xdebug \
851-
# Default: Install command
852-
&& phpize \
853-
&& ./configure \
854-
&& make -j$(getconf _NPROCESSORS_ONLN) \
855-
&& make install \
847+
&& pecl install xdebug \
856848
# Enabling
857849
&& docker-php-ext-enable xdebug \
858850
&& true

0 commit comments

Comments
 (0)