Compare commits

...

2 Commits
0.103 ... 0.104

Author SHA1 Message Date
cytopia
fd6550627d Merge pull request #152 from devilbox/release-0.104
Release 0.104
2020-01-17 12:16:32 +01:00
cytopia
af150ba371 Fix xdebug install for PHP 7.0 2020-01-17 09:38:48 +01:00
3 changed files with 11 additions and 2 deletions

View File

@@ -4,6 +4,12 @@
## Unreleased
## Release 0.104
#### Fixed
- Fix xdebug install for PHP 7.0
## Release 0.103
#### Added

View File

@@ -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

View File

@@ -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: