[PHP] INI file parsing

2002-01-02 Thread charlesk
Does PHP parse the ini file every time a file is requested? I am trying to track down a problem on various pages where the timelimit will expire. These are not complex pages and when I go to them they work fine. I have used the same browser that the user eses when the timeout occurs.

Re: [PHP] INI file parsing

2002-01-02 Thread charlesk
I am running IIS 5.0 Windows 2000 Server. Changes made to the ini take effect immediately. So it seems that php in Windows and IIS reloads the ini every time a page is requested? Charles Killmer -- Original Message -- From: Joe Webster [EMAIL

Re: [PHP] INI file parsing

2002-01-02 Thread Joe Webster
If so that would be totally shitty (in the respects of effecienty) Charlesk [EMAIL PROTECTED] wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... I am running IIS 5.0 Windows 2000 Server. Changes made to the ini take effect immediately. So it seems that php in Windows and IIS

Re: [PHP] INI file parsing

2002-01-02 Thread Steve Edberg
AFAIK, it will reread the .ini file every time only if you're running PHP as a CGI, as opposed to an Apache module (or ISAPI or NSAPI module, but I don't think either of those are industrial strength yet). SO, yes, the .ini file will be reread each time PHP is called by IIS. -steve At 01:02