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
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
5
Answers
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
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
You could potentially do it but it’s not supported and you will likely encounter many issues.
Magento 2.4.4 installation itself require php 8.1 and once installed you can switch to php 7.4.29 version
It’s better to use 2.4.4 with PHP 7.4 for now
You should use PHP 8.1 version.
https://devdocs.magento.com/guides/v2.4/install-gde/system-requirements.html
Thanks,