Commit 9313b344 authored by Tobias Munk's avatar Tobias Munk
parent d071c5e8
Pipeline #43464 passed with stages
in 4 minutes and 45 seconds
...@@ -72,7 +72,7 @@ RUN printf "\n" | pecl install \ ...@@ -72,7 +72,7 @@ RUN printf "\n" | pecl install \
RUN cd /tmp && \ RUN cd /tmp && \
git clone git://github.com/xdebug/xdebug.git && \ git clone git://github.com/xdebug/xdebug.git && \
cd xdebug && \ cd xdebug && \
git checkout tags/2.7.0beta1 && \ git checkout tags/2.8.0 && \
phpize && \ phpize && \
./configure --enable-xdebug && \ ./configure --enable-xdebug && \
make && \ 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