diff --git a/CHANGELOG.md b/CHANGELOG.md index 5a98f81e..52844cbb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,12 @@ ## Unreleased +## Release 0.104 + +#### Fixed +- Fix xdebug install for PHP 7.0 + + ## Release 0.103 #### Added diff --git a/Dockerfiles/mods/Dockerfile-7.0 b/Dockerfiles/mods/Dockerfile-7.0 index 3518615e..871f6cf7 100644 --- a/Dockerfiles/mods/Dockerfile-7.0 +++ b/Dockerfiles/mods/Dockerfile-7.0 @@ -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 diff --git a/build/ansible/group_vars/all/mods.yml b/build/ansible/group_vars/all/mods.yml index fe9f2a68..1a179301 100644 --- a/build/ansible/group_vars/all/mods.yml +++ b/build/ansible/group_vars/all/mods.yml @@ -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: