fubarhouse / dvm

Drush version manager (DVM)
http://fubarhouse.github.io/dvm/
4 stars 2 forks source link

Create/document a workaround for xdebug #53

Closed fubarhouse closed 8 years ago

fubarhouse commented 8 years ago

For systems which need xdebug, there's the https://getcomposer.org/doc/03-cli.md#composer-disable-xdebug-warn variable.

Systems will take performance tolls when using xdebug, but this way no errors would be shown during program operation or script operation, and no errors would be shown if xdebug isn't present - it seems like the most logical work around.