If you want to migrate a website project from PHP4 to PHP5, you should pay particular attention to the declaration of global variables in addition to the specifications described at www.php.net/manual/en/migration5.php.
Depending on how the project was programmed, references to global variables within individual functions may fail even when register_globals = on is enabled. In such cases, the declarations need to be adjusted accordingly.
