'Does magento 2.4.4 works on php 7.4

I am planning to upgrade my magento version from 2.4.3 to 2.4.4

Will the new magento version 2.4.4 works well on php 7.4? Or it requires php 8 only



Solution 1:[1]

Yes you need php8.1 for magento 2.4.4 and for more please follow below link.

https://devdocs.magento.com/guides/v2.4/install-gde/system-requirements.html

enter image description here

Solution 2:[2]

You can read their announcement here were they respond to a question about php 7.4.

https://community.magento.com/t5/Magento-DevBlog/Technical-platform-changes-to-expect-in-Adobe-Commerce-2-4-4/ba-p/485506

In 2.4.4 we are adding full functional support for PHP 8.1 only. Merchant will be able to upgrade to 2.4.4 using PHP 7.4, however we do not test the full functional support of PHP 7.4 in 2.4.4

You could potentially do it but it's not supported and you will likely encounter many issues.

Solution 3:[3]

Magento 2.4.4 installation itself require php 8.1 and once installed you can switch to php 7.4.29 version

Solution 4:[4]

Magento 2.4 supports PHP 8.1 but is still compatible with PHP 7.3 & PHP 7.4, below statement is from DevDocs.

Magento 2.4 is compatible with PHP 7.3, but we test with, and recommend using, PHP 7.4.

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 Waseem Ahmad
Solution 2 zoom81
Solution 3 manimaran vadivel
Solution 4 Devtype