Skip to content
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

Fix installer deprecation warnings for PHP 8 #26747

Merged
merged 2 commits into from Apr 26, 2021
Merged

Fix installer deprecation warnings for PHP 8 #26747

merged 2 commits into from Apr 26, 2021

Conversation

solracsf
Copy link
Member

@solracsf solracsf commented Apr 25, 2021

Only use libxml_disable_entity_loader on PHP<8
PHP 8+ deprecates openssl_free_key

@solracsf solracsf added backport-request php Pull requests that update Php code labels Apr 25, 2021
@solracsf solracsf changed the title Only use libxml_disable_entity_loader on PHP<8 Fix installer deprecation warnings for PHP<8 Apr 25, 2021
@solracsf solracsf linked an issue Apr 25, 2021 that may be closed by this pull request
@solracsf solracsf added the 3. to review Waiting for reviews label Apr 25, 2021
@solracsf solracsf changed the title Fix installer deprecation warnings for PHP<8 Fix installer deprecation warnings for PHP 8 Apr 25, 2021
@ChristophWurst
Copy link
Member

/backport to stable21

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3. to review Waiting for reviews php Pull requests that update Php code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Deprecated warnings for PHP 8 at /lib/private/Installer.php
4 participants