#49 chore: update XDebug to stable channel for PHP 7.3

This commit is contained in:
Paolo Cuffiani
2019-03-13 11:34:51 +01:00
parent 1eff17ce9f
commit 3c289f59ee
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -2,5 +2,5 @@ FROM chialab/php:7.3
LABEL maintainer="dev@chialab.io"
# Install XDebug.
RUN pecl install xdebug-2.7.0beta1 \
RUN pecl install xdebug \
&& echo "zend_extension=\"$(php-config --extension-dir)/xdebug.so\"" > $PHP_INI_DIR/conf.d/xdebug.ini
+1 -1
View File
@@ -2,5 +2,5 @@ FROM chialab/php:7.3-apache
LABEL maintainer="dev@chialab.io"
# Install XDebug.
RUN pecl install xdebug-2.7.0beta1 \
RUN pecl install xdebug \
&& echo "zend_extension=\"$(php-config --extension-dir)/xdebug.so\"" > $PHP_INI_DIR/conf.d/xdebug.ini
+1 -1
View File
@@ -2,5 +2,5 @@ FROM chialab/php:7.3-fpm
LABEL maintainer="dev@chialab.io"
# Install XDebug.
RUN pecl install xdebug-2.7.0beta1 \
RUN pecl install xdebug \
&& echo "zend_extension=\"$(php-config --extension-dir)/xdebug.so\"" > $PHP_INI_DIR/conf.d/xdebug.ini
+1 -1
View File
@@ -2,5 +2,5 @@ FROM chialab/php:latest
LABEL maintainer="dev@chialab.io"
# Install XDebug.
RUN pecl install xdebug-2.7.0beta1 \
RUN pecl install xdebug \
&& echo "zend_extension=\"$(php-config --extension-dir)/xdebug.so\"" > $PHP_INI_DIR/conf.d/xdebug.ini