Sure, turn register_globals on only for the oasis directory.  In your
httpd.conf add:

<Directory /some/path/oasis>
    php_value register_globals on
</Directory>

-Rasmus

On Mon, 19 Aug 2002, Andy wrote:

> Hi there,
>
> I am running php 4.2.2 with register globals set to off. Now I am planing to
> install oasis (a add tracking sw). Their current version requires a php
> build with register globals set to on!?
>
> Is there a way out of this dilema running only one server?
>
> Thanx for any advice,
>
> Andy
>
>
>
>
>
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to