So putting the line:

register_globals = on

In your php.ini file (path to it specified in your phpinfo() output)
didn't work?

Check the following:

1. Are you sure there isn't a second "register_globals = off" entry
   somewhere in that file?

2. Does the web server have read access to the directory and the php.ini
   file itself?

3. Can you change other things and see the change in your phpinfo()
   output?

This really does work.

-Rasmus

On Fri, 5 Jul 2002, Scott Fletcher wrote:

> I give up!  It still won't turned on!  I tried stopping and restarting
> Apache, rebooting the machine, checked phpinfo to see the php.ini file path
> is, etc.  At least, my boss understand.  I'm going to stick to upgrading the
> website to go without register global.
>
> FletchSOD
> "Larry Rosenman" <[EMAIL PROTECTED]> wrote in message
> [EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> > On Fri, 2002-07-05 at 10:04, Scott Fletcher wrote:
> > > What is the configure option that will turn on the register_globals?
> This
> > > is for ./configure option in UNIX / LINUX.
> > It's in php.ini.  Look at the phpinfo() output, and modify to include
> > the register_globals=ON, then restart Apache (assuming it's in an apache
> > module).
> >
> >
> >
> > --
> > Larry Rosenman                     http://www.lerctr.org/~ler
> > Phone: +1 972-414-9812                 E-Mail: [EMAIL PROTECTED]
> > US Mail: 1905 Steamboat Springs Drive, Garland, TX 75044-6749
> >
>
>
>
> --
> 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