wodby / php

Generic PHP docker container images
MIT License
155 stars 103 forks source link

Allow change xdebug version with build args #78

Closed omarlopesino closed 5 years ago

omarlopesino commented 5 years ago

Hello. In some cases the xdebug version which is installed (2.7.2 right now) it doesn't work in specific IDES (phpstorm 2018.1). With the same php container and upgrading to phpstorm 2019 is working correctly.

This problem is solved downgrading phpstorm version to 2.6.1.

So what if we let override the xdebug version in Dockerfile with and ARG?

csandanov commented 5 years ago

Replied in PR