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 711e52e commit cf49904Copy full SHA for cf49904
2 files changed
Dockerfiles/mods/Dockerfile-7.3
@@ -417,7 +417,7 @@ RUN set -x \
417
&& (rm -rf /usr/local/lib/php/doc/wddx || true) \
418
\
419
# ---- Installing PHP Extension: xdebug ----
420
- && pecl install xdebug-2.7.0beta1 \
+ && pecl install xdebug-2.7.0RC1 \
421
&& docker-php-ext-enable xdebug \
422
&& (rm -rf /usr/local/lib/php/test/xdebug || true) \
423
&& (rm -rf /usr/local/lib/php/doc/xdebug || true) \
build/ansible/group_vars/all.yml
@@ -1555,7 +1555,7 @@ extensions_available:
1555
version: 2.4.1
1556
7.3:
1557
type: pecl
1558
- version: 2.7.0beta1
+ version: 2.7.0RC1
1559
all:
1560
1561
xml:
0 commit comments