Skip to content

Commit a845ae7

Browse files
committed
1 parent a395c09 commit a845ae7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/php/utils/docker/alpine/docker-php-dev-mode

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ case "$1" in
3030
fi
3131

3232
apk add --no-cache linux-headers
33-
pecl install xdebug-stable
33+
pecl install xdebug-3.4.1
3434
docker-php-ext-enable xdebug
3535
apk del $apkDel
3636

src/php/utils/docker/debian/docker-php-dev-mode

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ case "$1" in
2424
fi
2525

2626
yes | apt-get install "linux-headers-$ARCH"
27-
pecl install xdebug-stable
27+
pecl install xdebug-3.4.1
2828
docker-php-ext-enable xdebug
2929
yes | apt-get purge $PHPIZE_DEPS
3030

0 commit comments

Comments
 (0)