Hello everybody, I am still having problems to run php scripts inside a directory with register globals on.
This is what I did put inside the httpd.conf file right after the <Directory /> close tag. <Directory "/home/www/oasis"> php_value register_globals on </Directory> It does not change anything. I restarted apache of course. Do u have an idea where the error could live? Andy "Rasmus Lerdorf" <[EMAIL PROTECTED]> schrieb im Newsbeitrag [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > 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