Does PHP 5.6 support Magento 1.9.2.1?
I'm planning to migrate my server from Godaddy to Amazon AWS.
I've configured my server with php7.0 - Ubuntu 16.04 but I realized that Magento 1.9.2.1 isn't going to work with PHP 7.0. So I'll be downgrading it to php5.6 if it's supported.
Please suggest.
AKAIK - officially Magento CE 1.9.2.1 only supports PHP 5.4 and 5.5 officially. And while PHP 5.6 runs it just fine, it saturates log files with multitudes of warning messages.
So i would suggest to downgrade to PHP 5.5 instead of PHP 5.6 version
Refer below links for the same :
https://magento.stackexchange.com/questions/96299/magento-1-9-x-php-7-support
https://docs.magento.com/m1/ce/user_guide/magento/system-requirements.html
Hope it helps !
Thank you for your reply.
Can you help me downgrading from PHP 7.0.30 to support Magento 1.9.2.1?
Ubuntu 16.04 - Amazon AWS EC2
Well , this is more on server/hosting provider side.
so you need to contact hosting provider on the same, they will surely help you on this
still sharing below links which might help you for the same -
https://www.digitalocean.com/community/questions/how-to-downgrade-php7-to-php5-x
https://forums.aws.amazon.com/thread.jspa?threadID=116856
Hi @Arpitmittalsqr,
Using the Inchoo's module for PHP 7 https://github.com/Inchoo/Inchoo_PHP7 you will be fine.
I'm using it on a few stores and everything works fine.