[Issue] Removes some code for PHP versions we no longer support. #39361
Labels
Area: Framework
Component: Framework/Component
Issue: Confirmed
Gate 3 Passed. Manual verification of the issue completed. Issue is confirmed
Priority: P2
A defect with this priority could have functionality issues which are not to expectations.
Progress: done
Reported on 2.4.x
Indicates original Magento version for the Issue report.
Reproduced on 2.4.x
The issue has been reproduced on latest 2.4-develop branch
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 (*)
The text was updated successfully, but these errors were encountered: