Re: [PHP] PHP configuration values

2009-09-11 Thread Andrew Ballard
On Fri, Sep 11, 2009 at 10:49 AM, Arno Kuhl wrote: > You're right, you can't change register_globals in script but you can query > it in script, which is what I was referring to. There aren't many settings > you can change in script, about the only useful one that we use is > max_execution_time. E

RE: [PHP] PHP configuration values

2009-09-11 Thread Arno Kuhl
On Fri, Sep 11, 2009 at 3:06 AM, Arno Kuhl wrote: > I'm having some problems with the way my service provider is > implementing FastCGI. My tests show that local configuration values > are no longer used, even though those are the values reported by php > when the script queries a setting (e.g.

Re: [PHP] PHP configuration values

2009-09-11 Thread Andrew Ballard
On Fri, Sep 11, 2009 at 3:06 AM, Arno Kuhl wrote: > I'm having some problems with the way my service provider is implementing > FastCGI. My tests show that local configuration values are no longer used, > even though those are the values reported by php when the script queries a > setting (e.g. re