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
Though this doesn't seem to work when I look at the phpinfo of that virtualhost register_globals is still on. Does anyone know how to solve this problem?

Thanks in advance,

 

 

 

 

Top