1
0
Fork 0
composer/doc
Matthew Turland f60bee416e
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.
2024-12-20 09:13:22 -06:00
..
articles Docs: Remove unnecessary uses of simple/easy 2020-10-23 21:52:05 +02:00
dev Prioritize repository over package versions in the default policy, fixes #3509 2015-04-30 10:43:04 +01:00
faqs Update installer script URL to include openssl_free_key() deprecation fix 2024-12-20 09:13:22 -06:00
fixtures Docs: Remove unnecessary uses of simple/easy 2020-10-23 21:52:05 +02:00
00-intro.md Docs: Remove unnecessary uses of simple/easy 2020-10-23 21:52:05 +02:00
01-basic-usage.md Docs: Remove unnecessary uses of simple/easy 2020-10-23 21:52:05 +02:00
02-libraries.md Docs: Remove unnecessary uses of simple/easy 2020-10-23 21:52:05 +02:00
03-cli.md Docs: Remove unnecessary uses of simple/easy 2020-10-23 21:52:05 +02:00
04-schema.md Docs: Remove unnecessary uses of simple/easy 2020-10-23 21:52:05 +02:00
05-repositories.md Handle "versions" option in PathRepository, remove support for "branch-version" 2021-01-27 14:28:26 +01:00
06-config.md Docs: Remove unnecessary uses of simple/easy 2020-10-23 21:52:05 +02:00
07-community.md Change links to prevent unnecessary redirect 2017-12-29 11:38:02 +01:00