eko / docker-symfony

Run a Symfony application using Docker & docker-compose
BSD Zero Clause License
1.29k stars 475 forks source link

migration xdebug from 2 to 3 #132

Closed maranqz closed 3 years ago

maranqz commented 3 years ago

Right now, xdebug in php 8 is not work correct because of using xdebug v3 with configuration for v2. https://xdebug.org/docs/upgrade_guide

automatix commented 3 years ago

This issue is going to be resolved by the PR #134.

eko commented 3 years ago

Thank you for this fix, the PR is now merged si I close this issue.