From 5d218287d9d9860c555463aef87b44c0e765eead Mon Sep 17 00:00:00 2001 From: Jordi Boggiano Date: Tue, 30 Nov 2021 09:46:38 +0100 Subject: [PATCH] Doc clarification --- doc/07-runtime.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/07-runtime.md b/doc/07-runtime.md index 9f4f90c8e..f4d4c8da4 100644 --- a/doc/07-runtime.md +++ b/doc/07-runtime.md @@ -158,4 +158,8 @@ composer-runtime-api 2.2 introduced a new `$_composer_autoload_path` global variable set when running binaries installed with Composer. Read more about this [on the vendor binaries docs](articles/vendor-binaries.md#finding-the-composer-autoloader-from-a-binary). +This is set by the binary proxy and as such is not made available to projects +by Composer's `vendor/autoload.php`, which would be useless as it would point back +to itself. + ← [Config](06-config.md) | [Community](08-community.md) →