From 8e907edbdbebc1fe65ffe43dfc1ea3bde6369d85 Mon Sep 17 00:00:00 2001 From: cytopia Date: Sat, 16 Feb 2019 13:45:43 +0100 Subject: [PATCH] Update Xdebug version to RC2 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 29cae3a..27690bb 100644 --- a/Dockerfiles/mods/Dockerfile-7.3 +++ b/Dockerfiles/mods/Dockerfile-7.3 @@ -425,7 +425,7 @@ RUN set -x \ && (rm -rf /usr/local/lib/php/doc/wddx || true) \ \ # ---- Installing PHP Extension: xdebug ---- - && pecl install xdebug-2.7.0RC1 \ + && pecl install xdebug-2.7.0RC2 \ && 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 40f78d3..c943efd 100644 --- a/build/ansible/group_vars/all.yml +++ b/build/ansible/group_vars/all.yml @@ -1598,7 +1598,7 @@ extensions_available: version: 2.4.1 7.3: type: pecl - version: 2.7.0RC1 + version: 2.7.0RC2 all: type: pecl xml: