cancel
Showing results for 
Search instead for 
Did you mean: 

From PHP 7.0 to PHP 7.2 in Magento 2.3

From PHP 7.0 to PHP 7.2 in Magento 2.3

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.

4 REPLIES 4

Re: From PHP 7.0 to PHP 7.2 in Magento 2.3

Hi @Arpitmittalsqr

 

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://community.magento.com/t5/Installing-Magento-1-x/Question-is-1-9-2-4-compatible-with-PHP-7/td...

 

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 !

if issue solved,Click Kudos & Accept as Solution

Re: From PHP 7.0 to PHP 7.2 in Magento 2.3

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

Re: From PHP 7.0 to PHP 7.2 in Magento 2.3

Hi @Arpitmittalsqr

 

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

if issue solved,Click Kudos & Accept as Solution

Re: From PHP 7.0 to PHP 7.2 in Magento 2.3

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.