GordonLesti / Lesti_Fpc

Simple Magento Fullpagecache
https://gordonlesti.com/lesti-fpc-documentationversion-1-4-5/
Other
358 stars 158 forks source link

Will Extension work with PHP7? #169

Closed danielc1234 closed 8 years ago

danielc1234 commented 8 years ago

Hi,

Wondering if your extension will work with PHP7?

And do you plan on having one for Magento 2.0?

Thanks! Dan

GordonLesti commented 8 years ago

Hello @danielc1234 I didn't tested on my own, but I would guess it should work with PHP7. The better question at the moment is, if Magento works with PHP7? No, I won't plan a Magento 2.0 extension, Magento 2.0 has it's own fullpagecache and that works pretty good in my eyes.

Best Regards Gordon

durzel commented 8 years ago

Hi Gordon, the module doesn't install on PHP7, at least not the currently available Magento Connect version (1.4.2), because it has a "max" PHP version of 5.7.0.

danielc1234 commented 8 years ago

@durzel Grab the raw code and copy it over via ftp, etc. I have it working with PHP7 on our local server.

durzel commented 8 years ago

Yeah, I will do, just quite like having stuff installed and updated through Magento Connect (I'm aware it's behind the current version - 1.4.4?). Thanks :)

Webmasterei commented 8 years ago

Does Magento 1.9.2.2 work at all on PHP7?

durzel commented 8 years ago

Yes, 1.9.2.2 works on PHP7, but not out of the box - some minor core changes are required. I'm using https://github.com/Inchoo/Inchoo_PHP7 which works for me.