From cf49904400e8de6e9525b80dc7f224676316eba6 Mon Sep 17 00:00:00 2001 From: cytopia Date: Sun, 3 Feb 2019 00:17:14 +0100 Subject: [PATCH] Fixes #75 Use latest xdebug version for PHP 7.3 --- Dockerfiles/mods/Dockerfile-7.3 | 2 +- build/ansible/group_vars/all.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfiles/mods/Dockerfile-7.3 b/Dockerfiles/mods/Dockerfile-7.3 index bc3b77f..930a34e 100644 --- a/Dockerfiles/mods/Dockerfile-7.3 +++ b/Dockerfiles/mods/Dockerfile-7.3 @@ -417,7 +417,7 @@ RUN set -x \ && (rm -rf /usr/local/lib/php/doc/wddx || true) \ \ # ---- Installing PHP Extension: xdebug ---- - && pecl install xdebug-2.7.0beta1 \ + && pecl install xdebug-2.7.0RC1 \ && docker-php-ext-enable xdebug \ && (rm -rf /usr/local/lib/php/test/xdebug || true) \ && (rm -rf /usr/local/lib/php/doc/xdebug || true) \ diff --git a/build/ansible/group_vars/all.yml b/build/ansible/group_vars/all.yml index 06d9e74..f21d987 100644 --- a/build/ansible/group_vars/all.yml +++ b/build/ansible/group_vars/all.yml @@ -1555,7 +1555,7 @@ extensions_available: version: 2.4.1 7.3: type: pecl - version: 2.7.0beta1 + version: 2.7.0RC1 all: type: pecl xml: