chialab/docker-php

"Cannot load Xdebug - it was already loaded"

Closed this issue · 2 comments

I've only tested against chialab/php-dev:7.4

php --ini reports two different files trying to load xdebug, xdebug.ini and docker-php-ext-xdebug.ini, so these error is appearing in various output.

Can one of these references be removed? It looks like xdebug.ini is created by the Dockerfile within this project.

le0m commented

Hello and thanks for reporting the issue.

This is caused by #61 on versions 5.6+, I'll fix it asap.

le0m commented

Referenced commit fixes the issue, I'm closing this.