Skip to content

Fix installer deprecation warnings for PHP 8 - #26747

Merged
LukasReschke merged 2 commits into
masterfrom
php8-libxml
Apr 26, 2021
Merged

Fix installer deprecation warnings for PHP 8#26747
LukasReschke merged 2 commits into
masterfrom
php8-libxml

Conversation

@solracsf

@solracsfsolracsf commented Apr 25, 2021

Copy link
Copy Markdown
Member

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

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

Copy link
Copy Markdown
Member

/backport to stable21

Comment threadlib/private/Installer.php
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

3. to reviewWaiting for reviewsphpPull 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

@solracsf@ChristophWurst@nickvergessen@LukasReschke