We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 35378a8 commit 89c904fCopy full SHA for 89c904f
docker-images/php/Dockerfile
@@ -23,7 +23,7 @@ RUN buildDeps=" \
23
zip \
24
&& apt-get update -qy && apt-get install -qy git-core \
25
&& cd /tmp/ && git clone https://github.com/xdebug/xdebug.git \
26
- && cd xdebug && phpize && ./configure --enable-xdebug && make \
+ && cd xdebug && git checkout tags/XDEBUG_2_4_1 && phpize && ./configure --enable-xdebug && make \
27
&& mkdir /usr/lib/php5/ && cp modules/xdebug.so /usr/lib/php5/xdebug.so \
28
&& touch /usr/local/etc/php/ext-xdebug.ini \
29
&& rm -r /tmp/xdebug && apt-get purge -y git-core \
0 commit comments