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
Currently the function \Symfony\Component\Filesystem\Filesystem::symlink creates symlinks with forward slashes. This fails as Windows supports symlinks with backend slashes only.
The text was updated successfully, but these errors were encountered:
…sitgmbh)
This PR was submitted for the master branch but it was merged into the 2.3 branch instead (closes#17615).
Discussion
----------
Ensure backend slashes for symlinks on Windows systems
Resolves: #17614
Commits
-------
d897956 Ensure backend slashes for symlinks on Windows systems
Currently the function \Symfony\Component\Filesystem\Filesystem::symlink creates symlinks with forward slashes. This fails as Windows supports symlinks with backend slashes only.
The text was updated successfully, but these errors were encountered: