mirror of
https://github.com/devilbox/docker-php-fpm.git
synced 2025-12-13 20:41:15 +00:00
Fix xdebug version for PHP 7.0
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user