browse by tag: ubuntu
sort by
Prepare for PHP 5.3
in PHP added by goodphptutorials, on 31/7/2009 cakephp migration php5 ubuntu
PHP 5.3 is a big leap forward for PHP and brings of a lot of neat features. However, big leaps can also mean big changes and potentially big breakage when it comes to backwards compatibility. I did some experimenting with running a big legacy application and a CakePHP application on PHP 5.3 and would like to share my findings with you. Here are a couple of tips to prepare your code for PHP 5.3
comment save report