I have some old legacy php scripts that need to run with register globals
on.
I would prefer not to run with register globals turned on where I don't need
to.
I am looking for a way of having a separate php.ini file for that directory,
that has globals on and run with globals off for the rest of my server.
Thanks.
Comment