[Issue] Removes some code for PHP versions we no longer support. #39368
Labels
Priority: P2
A defect with this priority could have functionality issues which are not to expectations.
Progress: done
This issue is automatically created based on existing pull request: #39202: Removes some code for PHP versions we no longer support.
Description (*)
Found some code in the codebase that no longer makes sense if we only support PHP 8.2 (soon 8.3?) and higher:
libxml_disable_entity_loader
was deprecated in PHP 8.0: https://php.watch/versions/8.0/libxml_disable_entity_loader-deprecationalways_populate_raw_post_data
was removed in PHP 7.0: https://www.php.net/manual/en/migration70.incompatible.php#migration70.incompatible.removed-ini-directives.featuresRelated Pull Requests
Fixed Issues (if relevant)
None
Manual testing scenarios (*)
Questions or comments
Contribution checklist (*)
Resolved issues:
The text was updated successfully, but these errors were encountered: