Cakephp with PHP7

Ale picture Ale · Feb 25, 2016 · Viewed 7.2k times · Source

Can I run CakePHP 1.3 with PHP7? I have to do a migration to PHP7, but in the hosting there is a project in CakePHP 1.3 and need to know if there is any risk if I run this project in this version of PHP.

Answer

Jan picture Jan · Feb 29, 2016

Unfortunately CakePHP 1.3 is not really compatible with PHP7 out of the box. I work on a old project in CakePHP 1.3 and my system upgraded to PHP7. There are a lot of these in the core of CakePHP 1.3

After changing these, I ran into the next batch of errors, after which I rolled back and postponed the upgrade.

So to answer the question, it would be rather risky upgrading to PHP7 if there is a CakePHP 1.3 project.