The stat() calls are cached, but the access() do not appear to be.
I am not certain if PHP should even try to cache access() calls which are 
pretty inexpensive compared to stat().

Ilia


On September 24, 2002 10:20 pm, Yasuo Ohgaki wrote:
> Try again with system() and delete/change file stat.
> strace also shows PHP is calling stat/access if you
> would like.


-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to