Re: [PHP-DEV] BUG: variables from the query string are not accessible in script

2002-04-10 Thread Wez Furlong
On 11/04/02, "Aaron Bannert" <[EMAIL PROTECTED]> wrote: > On Thu, Apr 11, 2002 at 02:20:00AM +0100, Wez Furlong wrote: > > the php configuration directive register_globals defaults to off > > in PHP 4.2; are you sure it's not just due to misconfiguration? > Yeah, that was the problem. > > I'm sur

Re: [PHP-DEV] BUG: variables from the query string are not accessible in script

2002-04-10 Thread Aaron Bannert
On Thu, Apr 11, 2002 at 02:20:00AM +0100, Wez Furlong wrote: > the php configuration directive register_globals defaults to off > in PHP 4.2; are you sure it's not just due to misconfiguration? Yeah, that was the problem. I'm sure I could go look back in the logs for why this change occured, but

Re: [PHP-DEV] BUG: variables from the query string are not accessible in script

2002-04-10 Thread Aaron Bannert
On Thu, Apr 11, 2002 at 02:20:00AM +0100, Wez Furlong wrote: > the php configuration directive register_globals defaults to off > in PHP 4.2; are you sure it's not just due to misconfiguration? I'll be ecstatic if that's the problem. :) -aaron -- PHP Development Mailing List

Re: [PHP-DEV] BUG: variables from the query string are not accessible in script

2002-04-10 Thread Wez Furlong
the php configuration directive register_globals defaults to off in PHP 4.2; are you sure it's not just due to misconfiguration? --Wez. On 11/04/02, "Aaron Bannert" <<[EMAIL PROTECTED]>> wrote: > I've been fighting this all day and I'm curious if anyone else has > been able to reproduce this pro