I have a legacy web application php4/mysql4 (MyISAM, db contains some cms, some user data, some calendar application). Now I am going to migrate to a new server with php5/mysql5.
What are the typical php issues in such a migration scenary (php, sql queries, anything)?
I've heard that the function parameter passing changed, call-by-reference / call-by-value. Can you give an example or explain?
Anything else I should be aware of?
(The mysql issues are covered in a different question: http://stackoverflow.com/questions/745787/migrating-php4-mysql4-to-php5-mysql5-switch-to-innodb)