1
0
Fork 0
composer/doc/faqs
Matthew Turland 4deec0359f
Update installer script URL to include openssl_free_key() deprecation fix
If the installer script linked from [this page]([https://getcomposer.org/doc/faqs/how-to-install-composer-programmatically.md](https://getcomposer.org/doc/faqs/how-to-install-composer-programmatically.md)) is run using PHP 8, it generates the following deprecation notice.

```
Deprecated: Function openssl_free_key() is deprecated since 8.0, as OpenSSLAsymmetricKey objects are freed automatically in Standard input code on line 982
```

This issue was [fixed in the installer script]([composer/getcomposer.org#159](https://github.com/composer/getcomposer.org/pull/159)), but the documentation was not updated to link to the version of it that includes the fix.
2025-01-10 13:40:00 +01:00
..
how-do-i-install-a-package-to-a-custom-path-for-my-framework.md Fix minor spelling & grammar issues in docs (#10370) 2021-12-19 15:15:21 +01:00
how-to-install-composer-programmatically.md Update installer script URL to include openssl_free_key() deprecation fix 2025-01-10 13:40:00 +01:00
how-to-install-untrusted-packages-safely.md Improvements to docker detection (#12062) 2024-08-19 11:01:34 +02:00
how-to-use-composer-behind-a-proxy.md Remove proxy transition fallback (#11938) 2024-09-17 16:14:47 +02:00
should-i-commit-the-dependencies-in-my-vendor-directory.md Capitalize Composer in the docs 2021-10-25 13:11:56 +02:00
which-version-numbering-system-does-composer-itself-use.md Document the versioning system used by Composer. 2018-05-31 23:55:20 +01:00
why-are-unbound-version-constraints-a-bad-idea.md docs: Fix inconsist semver operator suggestion (#10810) 2022-05-31 13:24:38 +02:00
why-are-version-constraints-combining-comparisons-and-wildcards-a-bad-idea.md Docs: Remove unnecessary uses of simple/easy 2020-10-23 21:52:05 +02:00
why-cant-composer-load-repositories-recursively.md Renamed the only file with a quote character to remove it (#10542) 2022-02-19 12:49:55 +01:00