Skip to content

Commit

Permalink
XDebug 2.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bscheshirwork committed Nov 5, 2019
1 parent a224e36 commit e325dc0
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`

Expand Down
2 changes: 1 addition & 1 deletion yii2-alpine-supervisor-xdebug/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down
2 changes: 1 addition & 1 deletion yii2-alpine-xdebug/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down
2 changes: 1 addition & 1 deletion yii2-xdebug/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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/* && \
Expand Down
2 changes: 1 addition & 1 deletion zts-xdebug/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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/* && \
Expand Down

0 comments on commit e325dc0

Please sign in to comment.