Skip to content

Updates #159

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Aug 23, 2020
Merged

Updates #159

merged 2 commits into from
Aug 23, 2020

Conversation

johnstevenson
Copy link
Member

Fixes openssl_free_key deprecation notice in PHP 8 (composer/windows-setup#122) and adds a note about Composer-Setup.exe looking for "Some settings" in the installer output to flag platform errors.

@Seldaek Seldaek merged commit 61ce3d7 into composer:master Aug 23, 2020
@Seldaek
Copy link
Member

Seldaek commented Aug 23, 2020

Thanks

@johnstevenson johnstevenson deleted the updates branch August 23, 2020 16:29
elazar added a commit to elazar/composer that referenced this pull request Dec 20, 2024
If the installer script linked from [this page](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 [addressed in the installer script](composer/getcomposer.org#159), but the documentation was not updated to point to a version of it that includes the fix.
elazar added a commit to elazar/composer that referenced this pull request Dec 20, 2024
… 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](composer/getcomposer.org#159)), but the documentation was not updated to link to the version of it that includes the fix.
Seldaek pushed a commit to elazar/composer that referenced this pull request Jan 10, 2025
… 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](composer/getcomposer.org#159)), but the documentation was not updated to link to the version of it that includes the fix.
kayw-geek pushed a commit to kayw-geek/composer that referenced this pull request Aug 14, 2025
… 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](composer/getcomposer.org#159)), but the documentation was not updated to link to the version of it that includes the fix.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants