History log of /PHP-7.4/ext/standard/tests/file/readlink_realpath_variation2-win32.phpt (Results 1 – 1 of 1)
Revision Date Author Comments
# 6f0b7334 02-Jul-2020 Christoph M. Becker

Enable readlink_realpath_* tests on Windows

We modify _basic1.phpt so it runs on Windows as well. The other test
cases hit the issue that `readlink()` fails normally for regular files,

Enable readlink_realpath_* tests on Windows

We modify _basic1.phpt so it runs on Windows as well. The other test
cases hit the issue that `readlink()` fails normally for regular files,
but succeeds on Windows[1]. Therefore, we split these tests, but still
fix the skip reasons.

[1] <http://svn.php.net/viewvc?view=revision&revision=350097>

show more ...