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

View File

@@ -1152,7 +1152,7 @@ extensions_available:
version: 2.4.1
7.0:
type: pecl
version: 2.9.8
version: 2.9.0
7.1:
type: pecl
version: 2.9.8