Skip to content

Commit 6b4f175

Browse files
committed
1 parent 100291b commit 6b4f175

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

7.3/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ RUN apt-get update && apt-get install libldap2-dev -y && \
4848
RUN docker-php-ext-configure pcntl --enable-pcntl \
4949
&& docker-php-ext-install pcntl
5050

51-
RUN pecl install xdebug-2.6.0
51+
RUN pecl install xdebug-2.7.0beta1
5252
RUN echo "zend_extension=`php -i | grep ^extension_dir | cut -f 3 -d ' '`/xdebug.so" >> /usr/local/etc/php/conf.d/xdebug.ini
5353

5454
RUN docker-php-ext-install soap

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ This is a docker php fpm image, based on the official php fpm image. It has the
2121
- pdo_mysql (5.0.11-dev)
2222
- pdo_pgsql
2323
- pgsql
24-
- xdebug (2.4.0 for php <5.5, 2.5.5 for php <7.0, 2.6.1 for php >=7.0)
24+
- xdebug (2.4.0 for php <5.5, 2.5.5 for php <7.0, 2.6.1 for php 7.0, 7.1 & 7.2, 2.7.0beta1 for php 7.3)
2525
- opcache (for php >=5.5, since it's replacing apc since 5.5)
2626
- apc (for php <5.5, since it's replaced by opcache since 5.5)
2727
- pcntl

0 commit comments

Comments
 (0)