File tree Expand file tree Collapse file tree
build/ansible/group_vars/all Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44## Unreleased
55
66
7+ ## Release 0.104
8+
9+ #### Fixed
10+ - Fix xdebug install for PHP 7.0
11+
12+
713## Release 0.103
814
915#### Added
Original file line number Diff line number Diff line change @@ -659,10 +659,10 @@ RUN set -eux \
659659
660660# -------------------- Installing PHP Extension: xdebug --------------------
661661RUN set -eux \
662- # Installation: Generic
662+ # Installation: Version specific
663663 # Type: PECL extension
664664 # Default: Pecl command
665- && pecl install xdebug \
665+ && pecl install xdebug-2.9.0 \
666666 # Enabling
667667 && docker-php-ext-enable xdebug \
668668 && true
Original file line number Diff line number Diff line change @@ -1023,6 +1023,9 @@ extensions_available:
10231023 5.6 :
10241024 type : pecl
10251025 version : 2.4.1
1026+ 7.0 :
1027+ type : pecl
1028+ version : 2.9.0
10261029 all :
10271030 type : pecl
10281031 xml :
You can’t perform that action at this time.
0 commit comments