« Programmation/PhpStorm » : différence entre les versions

Contenu supprimé Contenu ajouté
Ligne 61 :
RUN pecl install -f xdebug \
&& docker-php-ext-enable xdebug
 
COPY xdebug.ini $PHP_INI_DIR/conf.d
# ou s'il y a peu de lignes à ajouter dans le .ini :
RUN echo "display_errors = On" >> /usr/local/etc/php/conf.d/docker-php-ext-xdebug.ini
</syntaxhighlight>