Is Cakephp 1.3.15 compatible with Php 5.6?

1

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.

    
asked by anonymous 08.03.2016 / 15:28

1 answer

2

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.

    
08.03.2016 / 15:35