You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
bug #33 Fix Symlink evaluation on Windows (tucksaun)
This PR was merged into the main branch.
Discussion
----------
Fix Symlink evaluation on Windows
Symlink evaluation is broken on Windows under certain circumstances (e.g., when using junctions - mounting a drive under a directory). See golang/go#40180 for more information.
This can break PHP discovery if the PHP installation is reachable using these kinds of links
This PR borrows code from golangci-lint, which encounters the same kind of issue.
Fixes#16
Superseeds #21
Commits
-------
a701f47 Fix Symlink evaluation on Windows
0 commit comments