OpenConext / OpenConext-BaseContainers

Docker base images used by all OpenConext projects that use docker containers
Apache License 2.0
0 stars 1 forks source link

Xdebug 2.9.0 is installed on dev machines #4

Open MKodde opened 1 year ago

MKodde commented 1 year ago

I noticed Xdebug 2.9 is installed on the dev containers. But Xdebug 3 ini settings are used. May I suggest installing:

See: https://xdebug.org/docs/compat for a version compatibility (and maintenance window) matrix

The clear advantage is that we can use the same xdebug.ini settings for both PHP flavors. Quite a lot of config settings changed between Xdebug 2 and 3.