[PHP] file_exists bug?

2001-08-06 Thread Ken Williams
Am I an idiot? (View this message as text) html body ? $bIsFileOne = is_file(/tmp/test.txt); # Will be true cause test.txt will exist sleep (5); # Sleep while you telnet in and remove test.txt quickly! $sTemp = `/bin/rm -R /tmp/test.txt`; # Or just remove it automatically sleep (5); # Sleep

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) html body ? $bIsFileOne = is_file(/tmp/test.txt); # Will be true cause test.txt will exist sleep (5); # Sleep while you telnet in and remove