Lines Matching refs:Process

7  * added `Process::setOptions()` to set `Process` specific options
14 * added `Process::getStartTime()` to retrieve the start time of the process as float
19 * removed `Process::inheritEnvironmentVariables()`
21 * `Process` must be instantiated with a command array, use `Process::fromShellCommandline()` when the command should be parsed by the shell
22 * removed `Process::setCommandLine()`
27 * deprecated `Process::inheritEnvironmentVariables()`: env variables are always inherited.
28 * added `Process::getLastOutputTime()` method
33 * added the `Process::fromShellCommandline()` to run commands in a shell wrapper
34 * deprecated passing a command as string when creating a `Process` instance
35 * deprecated the `Process::setCommandline()` and the `PhpProcess::setPhpBinary()` methods
36 * added the `Process::waitUntil()` method to wait for the process only for a
42 * added the `Process::isTtySupported()` method that allows to check for TTY support
51 `mustRun()`, and `restart()` methods of the `Process` class
56 methods of the `Process` class have been removed
58 * removed the `ProcessBuilder` class, use the `Process` class instead
59 * removed the `getEnhanceWindowsCompatibility()` and `setEnhanceWindowsCompatibility()` methods of the `Process` class
60 * passing a not existing working directory to the constructor of the `Symfony\Component\Process\Process` class is not
67 * deprecated calling `Process::start()` without setting a valid working directory beforehand (via `setWorkingDirectory()` or constructor)
72 * added command line arrays in the `Process` class
73 * added `$env` argument to `Process::start()`, `run()`, `mustRun()` and `restart()` methods
85 * deprecation: Process::setStdin() is deprecated in favor of Process::setInput()
86 * deprecation: Process::getStdin() is deprecated in favor of Process::getInput()
87 * deprecation: Process::setInput() and ProcessBuilder::setInput() do not accept non-scalar types
98 * added Process::signal()
99 * added Process::getPid()
107 * added Process:restart()
114 * added Process::getExitCodeText() that returns a string representation for