mirror of
https://github.com/devilbox/docker-php-fpm.git
synced 2025-12-18 15:01:14 +00:00
Fix xdebug version for PHP 7.0
This commit is contained in:
@@ -709,7 +709,7 @@ RUN set -eux \
|
|||||||
# Installation: Version specific
|
# Installation: Version specific
|
||||||
# Type: PECL extension
|
# Type: PECL extension
|
||||||
# Default: Pecl command
|
# Default: Pecl command
|
||||||
&& pecl install xdebug-2.9.8 \
|
&& pecl install xdebug-2.9.0 \
|
||||||
# Enabling
|
# Enabling
|
||||||
&& docker-php-ext-enable xdebug \
|
&& docker-php-ext-enable xdebug \
|
||||||
&& true
|
&& true
|
||||||
|
|||||||
@@ -1152,7 +1152,7 @@ extensions_available:
|
|||||||
version: 2.4.1
|
version: 2.4.1
|
||||||
7.0:
|
7.0:
|
||||||
type: pecl
|
type: pecl
|
||||||
version: 2.9.8
|
version: 2.9.0
|
||||||
7.1:
|
7.1:
|
||||||
type: pecl
|
type: pecl
|
||||||
version: 2.9.8
|
version: 2.9.8
|
||||||
|
|||||||
Reference in New Issue
Block a user