Commit fc88a125 authored by Tobias Munk's avatar Tobias Munk

updated xdebug

parent 614ff8c1
Pipeline #34090 failed with stages
in 1 minute and 52 seconds
......@@ -76,7 +76,7 @@ RUN printf "\n" | pecl install \
RUN cd /tmp && \
git clone git://github.com/xdebug/xdebug.git && \
cd xdebug && \
git checkout 52adff7539109db592d07d3f6c325f6ee2a7669f && \
git checkout tags/2.7.0beta1 && \
phpize && \
./configure --enable-xdebug && \
make && \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment