mirror of
https://github.com/devilbox/docker-php-fpm.git
synced 2026-01-10 01:51:14 +00:00
Fixes #75 Use latest xdebug version for PHP 7.3
This commit is contained in:
@@ -417,7 +417,7 @@ RUN set -x \
|
||||
&& (rm -rf /usr/local/lib/php/doc/wddx || true) \
|
||||
\
|
||||
# ---- Installing PHP Extension: xdebug ----
|
||||
&& pecl install xdebug-2.7.0beta1 \
|
||||
&& pecl install xdebug-2.7.0RC1 \
|
||||
&& docker-php-ext-enable xdebug \
|
||||
&& (rm -rf /usr/local/lib/php/test/xdebug || true) \
|
||||
&& (rm -rf /usr/local/lib/php/doc/xdebug || true) \
|
||||
|
||||
Reference in New Issue
Block a user