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

[PHP] PHP configuration values

2009-09-11 Thread Arno Kuhl
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. register_globals). In fact all settings done by script or in

[PHP] Configuration values

2003-06-05 Thread Hardik Doshi
Hi Group, I have a question regarding setting up configuration values (environmental variables) for particular PHP based web application. Currently i am doing it by using DEFINE but is there any better way to do it? Please let me know. Thanks Hardik Doshi __ D