I am looking at osCommerce but it will not install with Register Globals off, I believe that it should always be set to off, and only be used for proto typing.
Hi Steven,
as oliver said, register_globals should actually always be off, however at most web hosts it's still on (because they're scared to break any scripts). If you don' have access to the php.ini, you can use a .htaccess file to modify the setting for your application:
php_flag register_globals On
and: yupp, PHP 6
won't have Register Globals, Magic Quotes and this crap... But it's still gonna take a while until there will be a release candidate...