Compare commits

..

2 Commits
0.78 ... 0.79

Author SHA1 Message Date
cytopia
6baf6ace61 Merge pull request #103 from devilbox/release-0.79
Use PHP Xdebug 2.7 Release
2019-03-06 22:00:26 +01:00
cytopia
92aed9e7a8 Use PHP Xdebug 2.7 Release 2019-03-06 17:41:59 +01:00
2 changed files with 1 additions and 4 deletions

View File

@@ -425,7 +425,7 @@ RUN set -x \
&& (rm -rf /usr/local/lib/php/doc/wddx || true) \
\
# ---- Installing PHP Extension: xdebug ----
&& pecl install xdebug-2.7.0RC2 \
&& pecl install xdebug \
&& 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

@@ -1634,9 +1634,6 @@ extensions_available:
5.6:
type: pecl
version: 2.4.1
7.3:
type: pecl
version: 2.7.0RC2
all:
type: pecl
xml: