Fix xdebug version for PHP 7.0

This commit is contained in:
cytopia
2020-11-29 10:48:43 +01:00
parent 9f18603b4d
commit abd10c104b
2 changed files with 2 additions and 2 deletions

View File

@@ -709,7 +709,7 @@ RUN set -eux \
# Installation: Version specific
# Type: PECL extension
# Default: Pecl command
&& pecl install xdebug-2.9.8 \
&& pecl install xdebug-2.9.0 \
# Enabling
&& docker-php-ext-enable xdebug \
&& true