Well, as far as I concern, you cant have a copy of your own php.ini. You have to use theirs.
I am not really sure about register_globals (most probably you cant change it) but you can set some settings by using php command. One example will be error_reporting. If your provider set it to ON and you want it to OFF, just include
error_reporting(0);