Commit 5865f28
committed
bug symfony#58752 [Process] Fix escaping /X arguments on Windows (nicolas-grekas)
This PR was merged into the 5.4 branch.
Discussion
----------
[Process] Fix escaping /X arguments on Windows
| Q | A
| ------------- | ---
| Branch? | 5.4
| Bug fix? | yes
| New feature? | no
| Deprecations? | no
| Issues | Fix symfony#58733
| License | MIT
Commits
-------
16902ec [Process] Fix escaping /X arguments on WindowsFile tree
2 files changed
+7
-2
lines changed- src/Symfony/Component/Process
- Tests
2 files changed
+7
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1638 | 1638 | | |
1639 | 1639 | | |
1640 | 1640 | | |
1641 | | - | |
| 1641 | + | |
1642 | 1642 | | |
1643 | 1643 | | |
1644 | 1644 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1424 | 1424 | | |
1425 | 1425 | | |
1426 | 1426 | | |
1427 | | - | |
| 1427 | + | |
| 1428 | + | |
| 1429 | + | |
| 1430 | + | |
| 1431 | + | |
| 1432 | + | |
1428 | 1433 | | |
1429 | 1434 | | |
1430 | 1435 | | |
| |||
0 commit comments