hi,

On Mon, Jun 21, 2010 at 7:23 PM, Vincenzo D'Amore <v.dam...@gmail.com> wrote:
> Hello All,
>
> could anybody tell me why also for every single php file engine must lstat
> all path?

It is done once per paths set and then cached.

> Why php engine don't simply try to open directly the file?

Many reasons, one of the parent paths may not be accessible, check
open base dir, etc. It can resolve links too while being at it.

cheers,
-- 
Pierre

@pierrejoye | http://blog.thepimp.net | http://www.libgd.org

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

Reply via email to