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

Description

@hostep

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

  1. 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

  1. Finding ext-sockets which became required in Magento 2.4.0

Possible solutions

  1. Not finding ext-sockets which became required in Magento 2.4.0

Additional information

This issue was opened at the request of @dshevtsov

Metadata

Metadata

Assignees

Labels

2.xAutomationProgress: doneTechnicalUpdates to the code or processes that alter the technical content of the docTrackingCreated an internal Jira ticket to track work

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions