Seems that needs fixing then (non-TSRM). We should support the realpath cache also in non-TSRM mode.

At 10:31 PM 3/9/2006, Rasmus Lerdorf wrote:
Andi Gutmans wrote:
Are you sure VCWD_REALPATH doesn't use the realpath cache? It did last time I checked and I think is still the right method to use there...

quite

#define VCWD_REALPATH(path, real_path) realpath(path, real_path)

-Rasmus

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

Reply via email to