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
If exec is added manually in front of process command line, adding it automatically breaks things.
Working example in 3.2 version:
melody run https://gist.github.com/mariusbalcytis/65b5799db0c04f0f82eb97c2be77db40
Stopped working in 3.3 version:
melody run https://gist.github.com/mariusbalcytis/5b28910592485b69fe9a26b926913afb
I'd say that this could be implemented in quite a lot of places - in fact, if PhpProcess class would be in different component, it would have stopped working, too (as it added exec manually).
The text was updated successfully, but these errors were encountered:
…detail" (nicolas-grekas)
This PR was merged into the 3.3-dev branch.
Discussion
----------
[Process] Fix BC break: "exec" should remain an internal "detail"
| Q | A
| ------------- | ---
| Branch? | 3.3
| Bug fix? | yes
| New feature? | no
| BC breaks? | no
| Deprecations? | no
| Tests pass? | yes
| Fixed tickets | #22476
| License | MIT
| Doc PR | -
Commits
-------
eedcece [Process] Fix BC break: "exec" should remain an internal "detail"
Uh oh!
There was an error while loading. Please reload this page.
If
exec
is added manually in front of process command line, adding it automatically breaks things.Working example in 3.2 version:
Stopped working in 3.3 version:
I'd say that this could be implemented in quite a lot of places - in fact, if
PhpProcess
class would be in different component, it would have stopped working, too (as it addedexec
manually).The text was updated successfully, but these errors were encountered: