I'm currently using CakePHP 2.1.1 with PHP 5.3 and want to upgrade to PHP 5.5 (integrated OPCache), though I'm not sure if CakePHP is compatible with it. Is there an easy way to figure out if those two versions are compatible without installing it beforehand?
Maybe some hint in the documentation?