I have a project in CakePhp that is in version 1.3.15 and the manual says that it is compatible with PHP 4 and with 5. The hosting server is running PHP 5.3.3. I would like to know if it is actually compatible with PHP 5.6.
I have a project in CakePhp that is in version 1.3.15 and the manual says that it is compatible with PHP 4 and with 5. The hosting server is running PHP 5.3.3. I would like to know if it is actually compatible with PHP 5.6.
According to the official documentation , version 1.3 requires only that the PHP version is >= 4.3.2
, that is, it is compatible.
With Daniel commented, do a check before in a testing environment, check the behavior of all modules / extensions, both PHP and CakePHP.