I would recommend doing all you can to avoid changing register_globals to on as it's a major security hole.
But you can try using init_set() to change the settings within your PHP code, although I'm not sure if these can some settings cannot be changed after once PHP has started running. (These are somewhat server dependent I believe.)
