Skip to content

Commit e325dc0

Browse files
committed
XDebug 2.8.0
1 parent a224e36 commit e325dc0

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ added `yii2 dependences` (all pass requirements.php, :information_source: ApcCac
2828

2929
tag: `{sourceref}-4yii2`
3030

31-
added `Xdebug 2.8.0beta2`
31+
added `Xdebug 2.8.0`
3232

3333
tag: `{sourceref}-4yii2-xdebug`
3434

yii2-alpine-supervisor-xdebug/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ RUN curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local
117117
composer global dumpautoload --optimize
118118

119119
# xdebug
120-
ENV XDEBUG_VERSION 2.8.0beta2
120+
ENV XDEBUG_VERSION 2.8.0
121121
RUN apk --no-cache add --virtual .build-deps \
122122
g++ \
123123
autoconf \

yii2-alpine-xdebug/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ RUN curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local
8686
composer global dumpautoload --optimize
8787

8888
# xdebug
89-
ENV XDEBUG_VERSION 2.8.0beta2
89+
ENV XDEBUG_VERSION 2.8.0
9090
RUN apk --no-cache add --virtual .build-deps \
9191
g++ \
9292
autoconf \

yii2-xdebug/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ RUN curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local
7070
"hirak/prestissimo:${VERSION_PRESTISSIMO_PLUGIN}" \
7171
&& composer global dumpautoload --optimize
7272

73-
ENV XDEBUG_VERSION 2.8.0beta2
73+
ENV XDEBUG_VERSION 2.8.0
7474
RUN pecl install xdebug-$XDEBUG_VERSION && \
7575
docker-php-ext-enable xdebug && \
7676
rm -r /tmp/pear/* && \

zts-xdebug/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ RUN apt-get update && apt-get install -y \
2525
docker-php-ext-enable pthreads && \
2626
curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin --filename=composer
2727

28-
ENV XDEBUG_VERSION 2.8.0beta2
28+
ENV XDEBUG_VERSION 2.8.0
2929
RUN pecl install xdebug-$XDEBUG_VERSION && \
3030
docker-php-ext-enable xdebug && \
3131
rm -r /tmp/pear/* && \

0 commit comments

Comments
 (0)