PHP 4.2.0 register_globals on a directory basis
On my server I want to set register_globals, on 1 directory off. So that I can test if my scripts are 4.2.0 compactible.I thought I could do this by adding the following to the virtualhost section:
php_admin_flag register_globals off
Thanks in advance,