I have a cakephp website on 2.6 and want to run it on php 7. Will it work if I upgrade cakephp to 2.8?
I have shared server therefore I cannot have php 5.*.
I have a cakephp website on 2.6 and want to run it on php 7. Will it work if I upgrade cakephp to 2.8?
I have shared server therefore I cannot have php 5.*.
Here are the Requirements for running CakePHP 2.x
As longs as you have those you should be fine.
More about PHP7 Compatibility
And make sure you read this migration guide here
There are no breaking changes, but still worth a read.