How easy is it to migrate from php4 to php5 for an existing app?

Public Comments

  1. It's not terribly hard. PHP5 has a lot of backwards compatibility built-in. Just keep an eye on the web server error logs for messages about deprecated functions, like is_a. They'll be going away eventually, but they'll still work for now.
Powered by Yahoo! Answers