History log of /PHP-8.2/ext/standard/tests/file/readlink_realpath_variation2-win32.phpt (Results 1 – 2 of 2)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# e2be5000 02-Jul-2020 Christoph M. Becker

Merge branch 'PHP-7.4'

* PHP-7.4:
Enable readlink_realpath_* tests on Windows


# 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 ...