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.
There is no way I can think of to cache these results because they often depend on include_path and cwd which might change. Yes, we could try and think of all the things which could effect it and use those as part of a hash key but frankly, smart OS's like Linux don't take too long and the file system cache usually works pretty well.

Andi


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

Reply via email to