Skip to content

Commit 92aed9e

Browse files
committed
Use PHP Xdebug 2.7 Release
1 parent e3e0d76 commit 92aed9e

2 files changed

Lines changed: 1 addition & 4 deletions

File tree

Dockerfiles/mods/Dockerfile-7.3

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -425,7 +425,7 @@ RUN set -x \
425425
&& (rm -rf /usr/local/lib/php/doc/wddx || true) \
426426
\
427427
# ---- Installing PHP Extension: xdebug ----
428-
&& pecl install xdebug-2.7.0RC2 \
428+
&& pecl install xdebug \
429429
&& docker-php-ext-enable xdebug \
430430
&& (rm -rf /usr/local/lib/php/test/xdebug || true) \
431431
&& (rm -rf /usr/local/lib/php/doc/xdebug || true) \

build/ansible/group_vars/all.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1634,9 +1634,6 @@ extensions_available:
16341634
5.6:
16351635
type: pecl
16361636
version: 2.4.1
1637-
7.3:
1638-
type: pecl
1639-
version: 2.7.0RC2
16401637
all:
16411638
type: pecl
16421639
xml:

0 commit comments

Comments
 (0)