register_globals boolean is set as "off" in php4.2 and after.
But if I have some sites writtne as the register_globals boolean set as "on".
Can I have a php.ini to run some sites with the register_globals boolean set as "off" and another php.ini with some other sites with the register_globals boolean set as "on" on a same server?
Thanks!