On Thu, Aug 7, 2008 at 22:37, Arnaud Le Blanc <[EMAIL PROTECTED]> wrote:
> virtual_file_ex() assumes that realpath() returns NULL when the file does not
> exists. But BSD's realpath() will not return NULL if all
> components *but the last* exist. So realpath(/foo/bar) will return /foo/bar
> even if bar does not exists.

And that behavior is intended, but is sadly overwritten in ZTS :(

-Hannes

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

Reply via email to