We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e3e0d76 commit 92aed9eCopy full SHA for 92aed9e
2 files changed
Dockerfiles/mods/Dockerfile-7.3
@@ -425,7 +425,7 @@ RUN set -x \
425
&& (rm -rf /usr/local/lib/php/doc/wddx || true) \
426
\
427
# ---- Installing PHP Extension: xdebug ----
428
- && pecl install xdebug-2.7.0RC2 \
+ && pecl install xdebug \
429
&& docker-php-ext-enable xdebug \
430
&& (rm -rf /usr/local/lib/php/test/xdebug || true) \
431
&& (rm -rf /usr/local/lib/php/doc/xdebug || true) \
build/ansible/group_vars/all.yml
@@ -1634,9 +1634,6 @@ extensions_available:
1634
5.6:
1635
type: pecl
1636
version: 2.4.1
1637
- 7.3:
1638
- type: pecl
1639
- version: 2.7.0RC2
1640
all:
1641
1642
xml:
0 commit comments