Do you disable any PHP functions on your Linux hosting accounts?
The PHP 5 function register_globals is turned off by default.
To change the status of a function, you can use custom initialization (php5.ini
) files. For more information, see What filename does my PHP initialization file need to use?