diff options
author | Christoph M. Becker <cmbecker69@gmx.de> | 2020-07-28 14:02:25 +0200 |
---|---|---|
committer | Christoph M. Becker <cmbecker69@gmx.de> | 2020-07-28 14:02:25 +0200 |
commit | 44ad2db15fe786b07ce793624885e0c43e0af897 (patch) | |
tree | 1d2a53c09dc9f75887b48f06a389cf772fa42030 /ext/standard/tests/file | |
parent | f41bceb94ef85b962b43e82e2787c8669df50466 (diff) | |
parent | e0ebe56ebfc80bae3875b23eca4cbe0803f41e79 (diff) | |
download | php-git-44ad2db15fe786b07ce793624885e0c43e0af897.tar.gz |
Merge branch 'PHP-7.4'
* PHP-7.4:
Fix #79806: realpath() erroneously resolves link to link
Diffstat (limited to 'ext/standard/tests/file')
-rw-r--r-- | ext/standard/tests/file/realpath_basic4.phpt | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/ext/standard/tests/file/realpath_basic4.phpt b/ext/standard/tests/file/realpath_basic4.phpt index 1af510d34a..524dde3056 100644 --- a/ext/standard/tests/file/realpath_basic4.phpt +++ b/ext/standard/tests/file/realpath_basic4.phpt @@ -1,11 +1,5 @@ --TEST-- Test realpath() with relative paths ---SKIPIF-- -<?php -if (substr(PHP_OS, 0, 3) == 'WIN') { - die('skip no symlinks on Windows'); -} -?> --FILE-- <?php $file_path = __DIR__; |