+ xdebug3 feature for php 8.1

This commit is contained in:
2022-11-24 18:27:36 +03:00
parent c3d132b120
commit 71d4b97c46
15 changed files with 45 additions and 84 deletions

View File

@ -14,9 +14,6 @@ RUN apt-get update && docker-php-ext-install pdo pdo_mysql \
# xDebug:
###########################################################################
# Copy xdebug configuration for remote debugging
COPY ./xdebug.ini /usr/local/etc/php/conf.d/xdebug.ini
ARG INSTALL_XDEBUG=false
RUN if [ ${INSTALL_XDEBUG} = true ]; then \