From e325dc04d8229b25ae2675f56850551b9c78762b Mon Sep 17 00:00:00 2001 From: bscheshirwork Date: Tue, 5 Nov 2019 10:58:13 +0300 Subject: [PATCH] XDebug 2.8.0 --- README.md | 2 +- yii2-alpine-supervisor-xdebug/Dockerfile | 2 +- yii2-alpine-xdebug/Dockerfile | 2 +- yii2-xdebug/Dockerfile | 2 +- zts-xdebug/Dockerfile | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 918c4b3..5399c2d 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ added `yii2 dependences` (all pass requirements.php, :information_source: ApcCac tag: `{sourceref}-4yii2` -added `Xdebug 2.8.0beta2` +added `Xdebug 2.8.0` tag: `{sourceref}-4yii2-xdebug` diff --git a/yii2-alpine-supervisor-xdebug/Dockerfile b/yii2-alpine-supervisor-xdebug/Dockerfile index 42a7c35..1bb8f9f 100644 --- a/yii2-alpine-supervisor-xdebug/Dockerfile +++ b/yii2-alpine-supervisor-xdebug/Dockerfile @@ -117,7 +117,7 @@ RUN curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local composer global dumpautoload --optimize # xdebug -ENV XDEBUG_VERSION 2.8.0beta2 +ENV XDEBUG_VERSION 2.8.0 RUN apk --no-cache add --virtual .build-deps \ g++ \ autoconf \ diff --git a/yii2-alpine-xdebug/Dockerfile b/yii2-alpine-xdebug/Dockerfile index 83a8372..b2aee30 100644 --- a/yii2-alpine-xdebug/Dockerfile +++ b/yii2-alpine-xdebug/Dockerfile @@ -86,7 +86,7 @@ RUN curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local composer global dumpautoload --optimize # xdebug -ENV XDEBUG_VERSION 2.8.0beta2 +ENV XDEBUG_VERSION 2.8.0 RUN apk --no-cache add --virtual .build-deps \ g++ \ autoconf \ diff --git a/yii2-xdebug/Dockerfile b/yii2-xdebug/Dockerfile index 16f7c16..c3a9b03 100644 --- a/yii2-xdebug/Dockerfile +++ b/yii2-xdebug/Dockerfile @@ -70,7 +70,7 @@ RUN curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local "hirak/prestissimo:${VERSION_PRESTISSIMO_PLUGIN}" \ && composer global dumpautoload --optimize -ENV XDEBUG_VERSION 2.8.0beta2 +ENV XDEBUG_VERSION 2.8.0 RUN pecl install xdebug-$XDEBUG_VERSION && \ docker-php-ext-enable xdebug && \ rm -r /tmp/pear/* && \ diff --git a/zts-xdebug/Dockerfile b/zts-xdebug/Dockerfile index 2f23832..3003f2b 100644 --- a/zts-xdebug/Dockerfile +++ b/zts-xdebug/Dockerfile @@ -25,7 +25,7 @@ RUN apt-get update && apt-get install -y \ docker-php-ext-enable pthreads && \ curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin --filename=composer -ENV XDEBUG_VERSION 2.8.0beta2 +ENV XDEBUG_VERSION 2.8.0 RUN pecl install xdebug-$XDEBUG_VERSION && \ docker-php-ext-enable xdebug && \ rm -r /tmp/pear/* && \