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
The Process component states that it handles the escaping based on operating system, however if the string form of the command is used, no escaping is performed. Escaping is only performed on the array form of the command.
The text was updated successfully, but these errors were encountered:
This PR was merged into the 3.4 branch.
Discussion
----------
[Process] document command-as-arrays
Fixed#9897
Commits
-------
b638c88 [Process] document command-as-arrays
Please see symfony/symfony#27540 for the background of this issue.
The Process component states that it handles the escaping based on operating system, however if the string form of the command is used, no escaping is performed. Escaping is only performed on the array form of the command.
The text was updated successfully, but these errors were encountered: