Re: [PHP-WIN] PHP 4.0.4pl1 problemas with includes

2001-05-16 Thread JayAchTee
Don'f forget to check for multiple copies of the included files somewhere near the base files. Even IIS doesn't cache through a stop/start cycle or reboot. Regards. ""Phillip Bow"" <[EMAIL PROTECTED]> wrote in message 9c4ap9$ikm$[EMAIL PROTECTED]">news:9c4ap9$ikm$[EMAIL PROTECTED]... > I'd hav

Re: [PHP-WIN] PHP 4.0.4pl1 problemas with includes

2001-04-24 Thread Phillip Bow
I'd have to agree with Phil(and not just because thats my name too :). If you are using IE then you may want to change Tools->Internet Options -- General->Temp Internet Files->Settings... to every page visit if it isn't already. If you have NS or some other browser you may want to go to the page

Re: [PHP-WIN] PHP 4.0.4pl1 problemas with includes

2001-04-24 Thread Phil Driscoll
I have the same setup as you, but I can't believe that the server can possibly cache your include files - I'm sure something else must be going on. I assume you are using the cgi version of PHP - if so, there's only php.exe knows about your include files, and it dies and forgets everything at the

[PHP-WIN] PHP 4.0.4pl1 problemas with includes

2001-04-24 Thread Alter Ego
Hi all Group: I have an NT SERVER 4.0 (sp6) + IIS 4 + PHP 4.04pl1 I have some applications developed in PHP, and normally i always use the include() function. Normally all include files are on the same directory (\include) and all have .IDI extension. The problem is that the server caching t