1
0
Fork 0

Update troubleshooting.md

pull/4958/head
Patrik Lermon 2016-02-25 10:27:47 +01:00
parent 06dc17ac8e
commit 8a4a27e450
1 changed files with 3 additions and 1 deletions

View File

@ -202,7 +202,9 @@ echo 'function composer() { COMPOSER="$(which composer)" && sudo php5dismod -s c
. ~/.bash_aliases
```
When executing `composer` you will run it with xdebug **disabled** (**as long as the command is executing**), andy if you execute composer using explicit path (like `./composer` or `/usr/local/bin/composer`) xdebug will be **enabled**.
When executing `composer` you will run it with xdebug **disabled** (**as long as the command is executing**),
and if you execute composer using explicit path (like `./composer` or `/usr/local/bin/composer`)
xdebug will be **enabled**.
If you do not want to disable it and want to get rid of the warning you can also define the
[COMPOSER_DISABLE_XDEBUG_WARN](../03-cli.md#composer-disable-xdebug-warn) environment variable.