update xdebug to 2.7.2 closes #276

This commit is contained in:
Ric Harvey
2019-06-20 12:33:39 +01:00
parent 228b923512
commit a705f20d3c
3 changed files with 3 additions and 2 deletions

View File

@@ -202,7 +202,7 @@ RUN echo @testing http://nl.alpinelinux.org/alpine/edge/testing >> /etc/apk/repo
#curl iconv session
#docker-php-ext-install pdo_mysql pdo_sqlite mysqli mcrypt gd exif intl xsl json soap dom zip opcache && \
docker-php-ext-install iconv pdo_mysql pdo_sqlite pgsql pdo_pgsql mysqli gd exif intl xsl json soap dom zip opcache && \
pecl install xdebug-2.7.0RC1 && \
pecl install xdebug-2.7.2 && \
pecl install -o -f redis && \
echo "extension=redis.so" > /usr/local/etc/php/conf.d/redis.ini && \
docker-php-source delete && \