Loading Dockerfile-8.x +3 −3 Original line number Diff line number Diff line Loading @@ -105,7 +105,7 @@ RUN apt-get -qq update && \ php${PHP_VERSION}-opcache \ php${PHP_VERSION}-pgsql \ php${PHP_VERSION}-soap \ # php${PHP_VERSION}-xdebug \ # php${PHP_VERSION}-xdebug \ # (cf. install manuelle ci-après) php${PHP_VERSION}-xml \ php${PHP_VERSION}-zip \ php${PHP_VERSION}-cli \ Loading @@ -113,8 +113,8 @@ RUN apt-get -qq update && \ php${PHP_VERSION}-opcache \ php${PHP_VERSION}-readline # La dernière version de xdebug (3.3.1) fait planter (erreur 503) donc install de la version 3.2.0 RUN pecl install xdebug-3.2.0 && \ # Les versions 3.3.0 et 3.3.1 de xdebug fontt planter l'appli (erreur 503) en PHP 8.0 donc install de la version 3.2.2 RUN pecl install xdebug-3.2.2 && \ echo 'zend_extension=xdebug.so' > /etc/php/${PHP_VERSION}/cli/conf.d/20-xdebug.ini && \ echo 'zend_extension=xdebug.so' > /etc/php/${PHP_VERSION}/fpm/conf.d/20-xdebug.ini Loading Loading
Dockerfile-8.x +3 −3 Original line number Diff line number Diff line Loading @@ -105,7 +105,7 @@ RUN apt-get -qq update && \ php${PHP_VERSION}-opcache \ php${PHP_VERSION}-pgsql \ php${PHP_VERSION}-soap \ # php${PHP_VERSION}-xdebug \ # php${PHP_VERSION}-xdebug \ # (cf. install manuelle ci-après) php${PHP_VERSION}-xml \ php${PHP_VERSION}-zip \ php${PHP_VERSION}-cli \ Loading @@ -113,8 +113,8 @@ RUN apt-get -qq update && \ php${PHP_VERSION}-opcache \ php${PHP_VERSION}-readline # La dernière version de xdebug (3.3.1) fait planter (erreur 503) donc install de la version 3.2.0 RUN pecl install xdebug-3.2.0 && \ # Les versions 3.3.0 et 3.3.1 de xdebug fontt planter l'appli (erreur 503) en PHP 8.0 donc install de la version 3.2.2 RUN pecl install xdebug-3.2.2 && \ echo 'zend_extension=xdebug.so' > /etc/php/${PHP_VERSION}/cli/conf.d/20-xdebug.ini && \ echo 'zend_extension=xdebug.so' > /etc/php/${PHP_VERSION}/fpm/conf.d/20-xdebug.ini Loading