I was just checking host company and noticed that PHP now has a version 7.0 available. One of my site was still running 5.4 (updated to 5.6) but didn’t know if it is good practice to update to the latest (7.0) when dealing with PHP?
Foundations uses PHP on each page (SEO helper & forms) anyone tried out 7.0 yet?
This has less to do with foundation and more to do with the add ons and stacks you are using. Anything PHP related really. This includes contact forms and the like. I would advise against the general use of PHP 7 unless you’re sure the developer of all of the add ons you’re using has tested PHP 7. PHP 7 has introduced a lot of changes. Some of these are not backwards compatible. I would test your pages thoroughly to make sure everything is working.
I just tried PHP 7 on a Foundation project via MAMP and it worked fine with my site. The only caveat is that MAMP is unlikely to mirror your server setup exactly.
I just checked with my web host and they tell me PHP 7 is not available yet through cPanel but I’m not sure if that applies to everybody running cPanel or just my host.