Skip to content

Commit

Permalink
use stable xdebug
Browse files Browse the repository at this point in the history
Signed-off-by: Kang Huaishuai <khs1994@khs1994.com>
  • Loading branch information
khs1994 committed Nov 24, 2024
1 parent 3a0f649 commit 9dfe015
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions dockerfile/php/8.2/cli/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down
4 changes: 2 additions & 2 deletions dockerfile/php/8.2/fpm/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down
4 changes: 2 additions & 2 deletions dockerfile/php/8.3/cli/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down
4 changes: 2 additions & 2 deletions dockerfile/php/8.3/fpm/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit 9dfe015

Please sign in to comment.