Force XDebug to use v2
This commit is contained in:
parent
6221aaf5f0
commit
f754717f44
@ -193,7 +193,7 @@ RUN if [ ${INSTALL_XDEBUG} = true ]; then \
|
||||
if [ $(php -r "echo PHP_MINOR_VERSION;") = "0" ]; then \
|
||||
pecl install xdebug-2.9.0; \
|
||||
else \
|
||||
pecl install xdebug; \
|
||||
pecl install xdebug-2.9.8; \
|
||||
fi \
|
||||
fi && \
|
||||
docker-php-ext-enable xdebug \
|
||||
|
Loading…
Reference in New Issue
Block a user