Merge pull request #96 from devilbox/release-0.73

Fixes #75 Use latest xdebug version for PHP 7.3
This commit is contained in:
cytopia
2019-02-03 01:45:55 +01:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

@@ -417,7 +417,7 @@ RUN set -x \
&& (rm -rf /usr/local/lib/php/doc/wddx || true) \
\
# ---- Installing PHP Extension: xdebug ----
&& pecl install xdebug-2.7.0beta1 \
&& pecl install xdebug-2.7.0RC1 \
&& docker-php-ext-enable xdebug \
&& (rm -rf /usr/local/lib/php/test/xdebug || true) \
&& (rm -rf /usr/local/lib/php/doc/xdebug || true) \

View File

@@ -1555,7 +1555,7 @@ extensions_available:
version: 2.4.1
7.3:
type: pecl
version: 2.7.0beta1
version: 2.7.0RC1
all:
type: pecl
xml: