You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Helmut Hummel f12a5b8214
Expose path to autoload in a global var for binaries (#10137)
Always create proxy files for package binaries,
to avoid not working binaries in case the package
was installed from a path repository and is itself linked

If the binary is a PHP script, a global variable is now exposed,
which holds the path to the vendor/autoload.php file.
This variable can the be used in the binaries to include this file
without guessing where the path to the vendor folder might be.

Additionally it is now checked on binary creation whether
the reference binary has a shebang and if not, generates
a much simple proxy code, because the stream wrapper code,
that is required for PHP <8 to omit the shebang from the output,
can be skipped.

Fixes: #10119

Co-authored-by: Jordi Boggiano <j.boggiano@seld.be>
3 years ago
..
articles Expose path to autoload in a global var for binaries (#10137) 3 years ago
dev Prioritize repository over package versions in the default policy, fixes #3509 9 years ago
faqs Added link to composer-allow-superuser (#10215) 3 years ago
fixtures Fix EOL of text files (#9877) 3 years ago
00-intro.md Fix reference to main [ci skip] (#10174) 3 years ago
01-basic-usage.md Improve some linking 3 years ago
02-libraries.md Make a note about lower casing of package names (#9883) 3 years ago
03-cli.md Add COMPOSER_NO_DEV environment variable to set the --no-dev flag (#10262) 3 years ago
04-schema.md Expose path to autoload in a global var for binaries (#10137) 3 years ago
05-repositories.md Fix spelling of Bitbucket (#10290) 3 years ago
06-config.md Expose path to autoload in a global var for binaries (#10137) 3 years ago
07-runtime.md Expose path to autoload in a global var for binaries (#10137) 3 years ago
08-community.md Rename master branch to main 3 years ago