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 P

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 r

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 PROT