Question

Before someone put it as duplicate post, i found this link :

Is Magento ready for PHP 7?

but i want to know about advantages of php 7 over php 5.6 & extensions issues.

we set up magento site in php 5.6 version.

as PHP 7 is ready, now we want to go for PHP 7.

we want to know is there any advantages and disadvantages of upgrading to php 7 version?

also we used lot of extensions in our site, will it affects on our extensions also ?

Was it helpful?

Solution

there are none advantages, or very little. there is no gain as many of you thinking like "200% faster than php55", lol its not. probably in some lab tests with specific test cases php7 is better than php5, but in real life its just an another version of php.

the pages like this http://www.zend.com/en/resources/php7_infographic make me laugh like mad... especially they trying to compare php7 to hhvm 3.7, this is what i call "stupid marketing". not sure why they use it. the same as comparing any full page cache to Varnish, and saying that Varnish is slower.

this is all about your application design. if you have bad code and slow page loading time, it will be the same.

also ioncube not working with php7. not sure why people using it in magento...

OTHER TIPS

It's relatively easy to modify magento to run support PHP7. However many extensions are still not PHP7 compatible so you're largely on your own.

Licensed under: CC-BY-SA with attribution
Not affiliated with magento.stackexchange
scroll top