Skip to content

Commit

Permalink
Merge pull request #152 from devilbox/release-0.104
Browse files Browse the repository at this point in the history
Release 0.104
  • Loading branch information
cytopia authored Jan 17, 2020
2 parents 47800a7 + af150ba commit fd65506
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@
## Unreleased


## Release 0.104

#### Fixed
- Fix xdebug install for PHP 7.0


## Release 0.103

#### Added
Expand Down
4 changes: 2 additions & 2 deletions Dockerfiles/mods/Dockerfile-7.0
Original file line number Diff line number Diff line change
Expand Up @@ -659,10 +659,10 @@ RUN set -eux \

# -------------------- Installing PHP Extension: xdebug --------------------
RUN set -eux \
# Installation: Generic
# Installation: Version specific
# Type: PECL extension
# Default: Pecl command
&& pecl install xdebug \
&& pecl install xdebug-2.9.0 \
# Enabling
&& docker-php-ext-enable xdebug \
&& true
Expand Down
3 changes: 3 additions & 0 deletions build/ansible/group_vars/all/mods.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1023,6 +1023,9 @@ extensions_available:
5.6:
type: pecl
version: 2.4.1
7.0:
type: pecl
version: 2.9.0
all:
type: pecl
xml:
Expand Down

0 comments on commit fd65506

Please sign in to comment.