adhocore/docker-lemp

Support for XDEBUG

gogl92 opened this issue · 3 comments

As a developer, I want to be able to debug my code.

it is in 7.4 tag and during that time xdebug didnt get along well with php8

will add it in 8.0 tag as well

oh actually it had been added already as pecl ext long ago

https://github.com/adhocore/docker-phpfpm/blob/8.0/Dockerfile#L11


can be verified like this:

docker run --rm adhocore/phpfpm:8.0 php -m | grep xdebug  # in fpm
docker run --rm adhocore/lemp:8.0 php -m | grep xdebug    # in lemp

closing ticket