Re: [PHP] file_exists bug?

2001-08-06 Thread Rasmus Lerdorf
As documented: http://php.net/clearstatcache -Rasmus On Mon, 6 Aug 2001, Ken Williams wrote: > Am I an idiot? > (View this message as text) > > > > $bIsFileOne = is_file("/tmp/test.txt"); # Will be true cause test.txt will > exist > > sleep (5); # Sleep while you telnet in and remove test.tx

[PHP] file_exists bug?

2001-08-06 Thread Ken Williams
Am I an idiot? (View this message as text) File1: File2: File3: File 2 and 3 should show false or 0 cause the file is gone, but they say 1 just like bIsFileOne! Linux 2.2.18 PHP 4.0.6 -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For addit