8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0617230 commit 84d938dCopy full SHA for 84d938d
src/Symfony/Component/Process/CHANGELOG.md
@@ -7,6 +7,8 @@ CHANGELOG
7
* added the `Process::fromShellCommandline()` to run commands in a shell wrapper
8
* deprecated passing a command as string when creating a `Process` instance
9
* deprecated the `Process::setCommandline()` and the `PhpProcess::setPhpBinary()` methods
10
+ * added the `Process::waitUntil()` method to wait for the process only for a
11
+ specific output, then continue the normal execution of your application
12
13
4.1.0
14
-----
0 commit comments