> I can't really think of any way of getting around this. include_once() and 
> require_once() are basic language constructs and they require this.

Well, they require us to be able to uniquely identify a file, they do not 
necessarily require us to know the canonical filename.  This could be done 
in a single stat where we grab the device number and inode.

-Rasmus


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

Reply via email to