mirror of
https://github.com/devilbox/docker-php-fpm.git
synced 2025-12-11 11:31:16 +00:00
Merge pull request #99 from devilbox/release-0.76
Update Xdebug version to RC2 for PHP 7.3
This commit is contained in:
@@ -425,7 +425,7 @@ RUN set -x \
|
||||
&& (rm -rf /usr/local/lib/php/doc/wddx || true) \
|
||||
\
|
||||
# ---- Installing PHP Extension: xdebug ----
|
||||
&& pecl install xdebug-2.7.0RC1 \
|
||||
&& pecl install xdebug-2.7.0RC2 \
|
||||
&& docker-php-ext-enable xdebug \
|
||||
&& (rm -rf /usr/local/lib/php/test/xdebug || true) \
|
||||
&& (rm -rf /usr/local/lib/php/doc/xdebug || true) \
|
||||
|
||||
@@ -1598,7 +1598,7 @@ extensions_available:
|
||||
version: 2.4.1
|
||||
7.3:
|
||||
type: pecl
|
||||
version: 2.7.0RC1
|
||||
version: 2.7.0RC2
|
||||
all:
|
||||
type: pecl
|
||||
xml:
|
||||
|
||||
Reference in New Issue
Block a user