From 25ff290e4c57604238da56a49fd38186b07231f1 Mon Sep 17 00:00:00 2001 From: johnstevenson Date: Wed, 28 Dec 2016 15:22:00 +0000 Subject: [PATCH] Document COMPOSER_DISABLE_XDEBUG_WARN variable --- doc/articles/troubleshooting.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/doc/articles/troubleshooting.md b/doc/articles/troubleshooting.md index e1e53efd2..58ac28153 100644 --- a/doc/articles/troubleshooting.md +++ b/doc/articles/troubleshooting.md @@ -153,8 +153,10 @@ This issue can also happen on cPanel instances, when the shell fork bomb protect To improve performance when the xdebug extension is enabled, Composer automatically restarts PHP without it. You can override this behavior by using an environment variable: `COMPOSER_ALLOW_XDEBUG=1`. -Composer will always show a warning if xdebug is being used. If you see this unexpectedly, then -the restart process has failed: please report this [issue](https://github.com/composer/composer/issues). + +Composer will always show a warning if xdebug is being used, but you can override this with an environment variable: +`COMPOSER_DISABLE_XDEBUG_WARN=1`. If you see this warning unexpectedly, then the restart process has failed: +please report this [issue](https://github.com/composer/composer/issues). ## "The system cannot find the path specified" (Windows)