Edit File by line
/home/barbar84/www/wp-conte.../plugins/updraftp.../vendor/symfony/process
File: CHANGELOG.md
CHANGELOG
[0] Fix | Delete
=========
[1] Fix | Delete
[2] Fix | Delete
3.4.0
[3] Fix | Delete
-----
[4] Fix | Delete
[5] Fix | Delete
* deprecated the ProcessBuilder class
[6] Fix | Delete
* deprecated calling `Process::start()` without setting a valid working directory beforehand (via `setWorkingDirectory()` or constructor)
[7] Fix | Delete
[8] Fix | Delete
3.3.0
[9] Fix | Delete
-----
[10] Fix | Delete
[11] Fix | Delete
* added command line arrays in the `Process` class
[12] Fix | Delete
* added `$env` argument to `Process::start()`, `run()`, `mustRun()` and `restart()` methods
[13] Fix | Delete
* deprecated the `ProcessUtils::escapeArgument()` method
[14] Fix | Delete
* deprecated not inheriting environment variables
[15] Fix | Delete
* deprecated configuring `proc_open()` options
[16] Fix | Delete
* deprecated configuring enhanced Windows compatibility
[17] Fix | Delete
* deprecated configuring enhanced sigchild compatibility
[18] Fix | Delete
[19] Fix | Delete
2.5.0
[20] Fix | Delete
-----
[21] Fix | Delete
[22] Fix | Delete
* added support for PTY mode
[23] Fix | Delete
* added the convenience method "mustRun"
[24] Fix | Delete
* deprecation: Process::setStdin() is deprecated in favor of Process::setInput()
[25] Fix | Delete
* deprecation: Process::getStdin() is deprecated in favor of Process::getInput()
[26] Fix | Delete
* deprecation: Process::setInput() and ProcessBuilder::setInput() do not accept non-scalar types
[27] Fix | Delete
[28] Fix | Delete
2.4.0
[29] Fix | Delete
-----
[30] Fix | Delete
[31] Fix | Delete
* added the ability to define an idle timeout
[32] Fix | Delete
[33] Fix | Delete
2.3.0
[34] Fix | Delete
-----
[35] Fix | Delete
[36] Fix | Delete
* added ProcessUtils::escapeArgument() to fix the bug in escapeshellarg() function on Windows
[37] Fix | Delete
* added Process::signal()
[38] Fix | Delete
* added Process::getPid()
[39] Fix | Delete
* added support for a TTY mode
[40] Fix | Delete
[41] Fix | Delete
2.2.0
[42] Fix | Delete
-----
[43] Fix | Delete
[44] Fix | Delete
* added ProcessBuilder::setArguments() to reset the arguments on a builder
[45] Fix | Delete
* added a way to retrieve the standard and error output incrementally
[46] Fix | Delete
* added Process:restart()
[47] Fix | Delete
[48] Fix | Delete
2.1.0
[49] Fix | Delete
-----
[50] Fix | Delete
[51] Fix | Delete
* added support for non-blocking processes (start(), wait(), isRunning(), stop())
[52] Fix | Delete
* enhanced Windows compatibility
[53] Fix | Delete
* added Process::getExitCodeText() that returns a string representation for
[54] Fix | Delete
the exit code returned by the process
[55] Fix | Delete
* added ProcessBuilder
[56] Fix | Delete
[57] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function