From 9dfe015bfaedf43287ec9d518eca3496cdfbb66f Mon Sep 17 00:00:00 2001 From: Kang Huaishuai Date: Sun, 24 Nov 2024 17:58:05 +0800 Subject: [PATCH] use stable xdebug Signed-off-by: Kang Huaishuai --- dockerfile/php/8.2/cli/Dockerfile | 4 ++-- dockerfile/php/8.2/fpm/Dockerfile | 4 ++-- dockerfile/php/8.3/cli/Dockerfile | 4 ++-- dockerfile/php/8.3/fpm/Dockerfile | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/dockerfile/php/8.2/cli/Dockerfile b/dockerfile/php/8.2/cli/Dockerfile index 7c94acc1b..2a2515f3d 100644 --- a/dockerfile/php/8.2/cli/Dockerfile +++ b/dockerfile/php/8.2/cli/Dockerfile @@ -393,8 +393,8 @@ RUN --mount=type=bind,from=upstream,source=/usr/local/bin,target=/opt/bin,rw \ && echo "--with-libzstd" > /tmp/zstd.configure.options \ && pickle install $PECL_EXTENSION -n --defaults --strip --cleanup \ && pickle install \ - # xdebug \ - https://github.com/xdebug/xdebug/archive/master.tar.gz \ + xdebug \ + # https://github.com/xdebug/xdebug/archive/master.tar.gz \ # https://github.com/tideways/php-xhprof-extension.git https://github.com/tideways/php-xhprof-extension/archive/master.tar.gz \ -n --defaults --no-write --strip --cleanup \ diff --git a/dockerfile/php/8.2/fpm/Dockerfile b/dockerfile/php/8.2/fpm/Dockerfile index 830db4f63..da4146d21 100644 --- a/dockerfile/php/8.2/fpm/Dockerfile +++ b/dockerfile/php/8.2/fpm/Dockerfile @@ -159,8 +159,8 @@ RUN sed -i "s/dl-cdn.alpinelinux.org/${ALPINE_URL}/g" /etc/apk/repositories \ --strip --cleanup \ # 默认不启用的扩展 && pickle install \ - # xdebug \ - https://github.com/xdebug/xdebug/archive/master.tar.gz \ + xdebug \ + # https://github.com/xdebug/xdebug/archive/master.tar.gz \ # https://github.com/tideways/php-xhprof-extension.git https://github.com/tideways/php-xhprof-extension/archive/master.tar.gz \ -n --defaults --strip --cleanup --no-write \ diff --git a/dockerfile/php/8.3/cli/Dockerfile b/dockerfile/php/8.3/cli/Dockerfile index 9d3c4f31e..1abdc12f3 100644 --- a/dockerfile/php/8.3/cli/Dockerfile +++ b/dockerfile/php/8.3/cli/Dockerfile @@ -393,8 +393,8 @@ RUN --mount=type=bind,from=upstream,source=/usr/local/bin,target=/opt/bin,rw \ && echo "--with-libzstd" > /tmp/zstd.configure.options \ && pickle install $PECL_EXTENSION -n --defaults --strip --cleanup \ && pickle install \ - # xdebug \ - https://github.com/xdebug/xdebug/archive/master.tar.gz \ + xdebug \ + # https://github.com/xdebug/xdebug/archive/master.tar.gz \ # https://github.com/tideways/php-xhprof-extension.git https://github.com/tideways/php-xhprof-extension/archive/master.tar.gz \ -n --defaults --no-write --strip --cleanup \ diff --git a/dockerfile/php/8.3/fpm/Dockerfile b/dockerfile/php/8.3/fpm/Dockerfile index 12f801963..53dcb1a4b 100644 --- a/dockerfile/php/8.3/fpm/Dockerfile +++ b/dockerfile/php/8.3/fpm/Dockerfile @@ -159,8 +159,8 @@ RUN sed -i "s/dl-cdn.alpinelinux.org/${ALPINE_URL}/g" /etc/apk/repositories \ --strip --cleanup \ # 默认不启用的扩展 && pickle install \ - # xdebug \ - https://github.com/xdebug/xdebug/archive/master.tar.gz \ + xdebug \ + # https://github.com/xdebug/xdebug/archive/master.tar.gz \ # https://github.com/tideways/php-xhprof-extension.git https://github.com/tideways/php-xhprof-extension/archive/master.tar.gz \ -n --defaults --strip --cleanup --no-write \