> I think the best solution to this problem, without breaking functionality, > is to use a cache for realpath() in virtual_file_ex(). > This should solve the performance problems and not effect BC at all. As > TSRM always passes a full path to the realpath() call there, it should > always work.
Perhaps make it configurable because on Linux there already is a dcache right in the kernel which is likely to be faster than anything we can do. As far as I know, Linux is the only OS with such a kernel-level cache. -Rasmus -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, visit: http://www.php.net/unsub.php