[PHP] Re: register_globals won't turn off!

2003-09-27 Thread Damon Kohler
it show up in phpinfo() (don't forget to restart Apache). If > changes don't show up, it's reading a different php.ini, which can be a > bit loopy. > > Greg > > Damon Kohler wrote: > > > I added the error_reporting line and it doesn't seem to m

[PHP] Re: register_globals won't turn off!

2003-09-27 Thread Damon Kohler
t's possible you've found a bug, maybe one of the > many extensions you have loaded enables register_globals - do you have > access to recompile php? > > Greg > > Damon Kohler wrote: > > > Don't know anything about an auto_prepend_file. There is no .hta

[PHP] Re: register_globals won't turn off!

2003-09-27 Thread Damon Kohler
prepend_file? Also, check the contents of > .htaccess, make sure register_globals is not set to on there. > > Greg > > Damon Kohler wrote: > > Well, it does turn off. At least phpinfo() says that it's off. However, PHP > > is acting as though it's still turned on.

Re: [PHP] register_globals won't turn off!

2003-09-27 Thread Damon Kohler
export to global > space itself? > > Rob. > > On Sat, 2003-09-27 at 22:21, Damon Kohler wrote: > > No, it's not cached. I can type in anything to the input and it'll show up. > > As in, if I type "test" into the form, it prints test. Then if I type "

[PHP] Re: register_globals won't turn off!

2003-09-27 Thread Damon Kohler
iek" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > What does it say at script level? > > $register_globals = (bool) ini_get('register_gobals'); > > "Damon Kohler" <[EMAIL PROTECTED]> wrote in message > news:[EMAIL PROTECTED] > >

Re: [PHP] register_globals won't turn off!

2003-09-27 Thread Damon Kohler
tian Lavaque" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > I don't know much about this, but could it have been cached? > > Cristian > > > Damon Kohler wrote: > > Well, it does turn off. At least phpinfo() says that it's off. > > H

[PHP] register_globals won't turn off!

2003-09-27 Thread Damon Kohler
Well, it does turn off. At least phpinfo() says that it's off. However, PHP is acting as though it's still turned on. The source code for the page I'm using to test this odd result is: I'm running PHP 4.3.3 on RH7. When the form is submited, the value is printed despite the fact it's p