Will cakephp 1.3.2 work on php 5.3?
Will cakephp 1.3.2 work on ph开发者_运维技巧p 5.3 ?
Yes.
There's really nothing more complicated to it. I've got it set up on the mac I'm typing this from.
Yes. You will need to uncomment date_default_timezone_set('UTC');
and replace UTC
to your timezone in app/config/core.php.
精彩评论