This repository was archived by the owner on Nov 19, 2024. It is now read-only.
This repository was archived by the owner on Nov 19, 2024. It is now read-only.
Improve generation of required php extensions #7960
Closed
Description
Bug report
Description
The list of required php extensions in https://devdocs.magento.com/guides/v2.4/install-gde/system-requirements-tech.html#required-php-extensions is not accurate.
Currently it's generated from the composer.json file of the latest Magento version, but that's not accurate enough since all its dependency packages are not taken into account.
I suggested a possible solution in #7398 (comment) (also #7398 (comment)) to get a more accurate list, maybe someone can try that and see if that works and then somehow try to automate this.
Steps to reproduce
- Look at list of php extensions on https://devdocs.magento.com/guides/v2.4/install-gde/system-requirements-tech.html#required-php-extensions
Expected result
- Finding
ext-sockets
which became required in Magento 2.4.0
Possible solutions
- Not finding
ext-sockets
which became required in Magento 2.4.0
Additional information
This issue was opened at the request of @dshevtsov