-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Update php extensions template to include ext-sockets #7953
Conversation
{% else %} | ||
|
||
{:.bs-callout-warning} | ||
If you install Magento by cloning from the [GitHub](https://github.com/magento/magento2) repository, you must have the [ext-sockets](https://github.com/php-amqplib/php-amqplib/blob/master/CHANGELOG.md#281---2018-11-13) installed on your instance. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Like mentioned previously, I would remove this, it only applies for Magento 2.3.4 and 2.3.5. And who is installing Magento by cloning the git repo anyways? It's not really recommended for production deployments and now that those versions are outdated I don't see the point of mentioning this notice.
Just my 2 cents.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good!
(I have no insight if Magento 2.3.6 won't also require the sockets extension, so maybe this needs to be revised after 2.3.6 gets released)
running tests |
Hi @meker12, thank you for your contribution! |
Purpose of this pull request
Update the PHP extensions template to include
ext-sockets
requirements in v2.3 and 2.4.Affected DevDocs pages