Skip to content

Commit a705f20

Browse files
author
Ric Harvey
committed
update xdebug to 2.7.2 closes richarvey#276
1 parent 228b923 commit a705f20

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ RUN echo @testing http://nl.alpinelinux.org/alpine/edge/testing >> /etc/apk/repo
202202
#curl iconv session
203203
#docker-php-ext-install pdo_mysql pdo_sqlite mysqli mcrypt gd exif intl xsl json soap dom zip opcache && \
204204
docker-php-ext-install iconv pdo_mysql pdo_sqlite pgsql pdo_pgsql mysqli gd exif intl xsl json soap dom zip opcache && \
205-
pecl install xdebug-2.7.0RC1 && \
205+
pecl install xdebug-2.7.2 && \
206206
pecl install -o -f redis && \
207207
echo "extension=redis.so" > /usr/local/etc/php/conf.d/redis.ini && \
208208
docker-php-source delete && \

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ If you have improvements or suggestions please open an issue or pull request on
1212
### Versioning
1313
| Docker Tag | Git Release | Nginx Version | PHP Version | Alpine Version |
1414
|-----|-------|-----|--------|--------|
15-
| latest/1.7.1 | Master Branch |1.16.0 | 7.3.6 | 3.9 |
15+
| latest/1.7.3 | Master Branch |1.16.0 | 7.3.6 | 3.9 |
1616

1717
For other tags please see: [versioning](https://gitlab.com/ric_harvey/nginx-php-fpm/blob/master/docs/versioning.md)
1818

docs/versioning.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ The latest tag will always follow the master branch in git. the other versions w
2929
| 1.7.0 | 7.3.4 |1.16.0 | 3.9 | 0.3.12 | First move to nginx 1.16.0 |
3030
| 1.7.1 | 7.3.5 |1.16.0 | 3.9 | 0.3.12 | Bump to PHP 7.3.5 |
3131
| 1.7.2 | 7.3.6 |1.16.0 | 3.9 | 0.3.12 | Bump to PHP 7.3.6 |
32+
| 1.7.3 | 7.3.6 |1.16.0 | 3.9 | 0.3.12 | Bump xdebug 2.7.2 |
3233

3334
These tags will be created on GitLab and as tags in docker hub.
3435

0 commit comments

Comments
 (0)