Loading Dockerfile +1 −1 Original line number Diff line number Diff line Loading @@ -99,7 +99,7 @@ RUN apt-get -qq update && \ RUN update-alternatives --set php /usr/bin/php${PHP_VERSION} # Installation manuelle de xdebug 3.2.2, car les 3.3.0/1/2 provoquent une "Segmentation fault" au 22/05/2024 (à cause de PHP 8.0 ?) pecl install xdebug-3.2.2 && \ RUN pecl install xdebug-3.2.2 && \ echo "zend_extension=xdebug" > ${PHP_CONF_DIR}/fpm/conf.d/20-xdebug.ini && \ echo "zend_extension=xdebug" > ${PHP_CONF_DIR}/cli/conf.d/20-xdebug.ini Loading Loading
Dockerfile +1 −1 Original line number Diff line number Diff line Loading @@ -99,7 +99,7 @@ RUN apt-get -qq update && \ RUN update-alternatives --set php /usr/bin/php${PHP_VERSION} # Installation manuelle de xdebug 3.2.2, car les 3.3.0/1/2 provoquent une "Segmentation fault" au 22/05/2024 (à cause de PHP 8.0 ?) pecl install xdebug-3.2.2 && \ RUN pecl install xdebug-3.2.2 && \ echo "zend_extension=xdebug" > ${PHP_CONF_DIR}/fpm/conf.d/20-xdebug.ini && \ echo "zend_extension=xdebug" > ${PHP_CONF_DIR}/cli/conf.d/20-xdebug.ini Loading