Re: [PHP] Problem with file_exists() and clearstatcache()...

2004-10-24 Thread Louie Miranda
i also hve a similar problem like yours, and i dont know how can we solve this. On Wed, 21 Jul 2004 17:22:16 -0400, Scott Fletcher <[EMAIL PROTECTED]> wrote: > I noticed the problem with the php functions, file_exists() and > clearstatcache(). When I load a webpage, the php do the file_exists()

[PHP] Problem with file_exists() and clearstatcache()...

2004-07-21 Thread Scott Fletcher
I noticed the problem with the php functions, file_exists() and clearstatcache(). When I load a webpage, the php do the file_exists() and attempt to create one if the file does not exist. Then when I go to the next webpage, that file is removed. It is working pretty well. When I press refresh,

[PHP] Problem with file_exists()

2003-03-25 Thread maillist
Hi, I've been reported a weird problem with one of the scripts that we have, which uses the file_exists() function. It returned true once, and then the query ran again, and it reported false, on the same file. This was true for a lot of files in the same directory, but only over a cerain period