Skip to content

Commit 9802e07

Browse files
committed
corrected xdebug version in php 7.2
1 parent 40d1a19 commit 9802e07

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

7.2/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM phpplatform/php-apache:7.2
22

3-
RUN yes | pecl install xdebug \
3+
RUN yes | pecl install xdebug-2.6.0beta1 \
44
&& echo "zend_extension=$(find /usr/local/lib/php/extensions/ -name xdebug.so)" > /usr/local/etc/php/conf.d/xdebug.ini \
55
&& echo "xdebug.remote_enable=on" >> /usr/local/etc/php/conf.d/xdebug.ini \
66
&& echo "xdebug.remote_autostart=off" >> /usr/local/etc/php/conf.d/xdebug.ini

README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ This repo contains DockerFiles to build docker images containing software compon
44

55
The Images are built in this order
66

7-
- docker-library/php is forked into PHPPlatform/docker-php-apache in github
8-
- created new branches to support older version of php in PHPPlatform/docker-php-apache
9-
- phpplatform/php-apache docker images are automatically built in docker hub , linked to PHPPlatform/docker-php-apache github repo
10-
- This repo uses images from phpplatform/php-apache to add Composer and Xdebug
11-
- docker images are built automatically at phpplatform/php-apache-composer-xdebug in Docker HUb
7+
- docker-library/php is forked into PHPPlatform/docker-php-apache in github
8+
- created new branches to support older version of php in PHPPlatform/docker-php-apache
9+
- phpplatform/php-apache docker images are automatically built in docker hub , linked to PHPPlatform/docker-php-apache github repo
10+
- This repo uses images from phpplatform/php-apache to add Composer and Xdebug
11+
- docker images are built automatically at phpplatform/php-apache-composer-xdebug in Docker HUb
1212

0 commit comments

Comments
 (0)