This website works better with JavaScript
ホーム
エクスプローラ
ヘルプ
サインイン
bachir
/
edlp_d8
ウォッチ
1
スター
0
フォーク
0
ファイル
課題
8
プルリクエスト
0
Wiki
ツリー:
c546d42e72
ブランチ
タグ
beta
expo
gammes-couleurs
history-nav
master
performance
prod
random-player
rest
search
studio
3.1
alpha-0.8
alpha-0.7.3
8.5.3
alpha-0.7.2
alpha-0.7.1
8.52
alpha-0.7
alpha-0.6.9.1
alpha-0.6.9
alpha-0.6.8
alpha-0.6.7.1
alpha-0.6.7
alpha-0.6.6
alpha-0.6.5
alpha-0.6.4.1
alpha-0.6.4
alpha-0.6.3
alpha-0.6.2
alpha-0.6.1
alpha-0.6
alpha-0.5.2
alpha-0.5.1
alpha-0.5
alpha-0.4.1
alpha-0.4
alpha-0.3
alpha-0.1
alpha-0.2
8.4.4
edlp_d8
/
vendor
/
symfony
/
process
/
CHANGELOG.md
CHANGELOG.md
1.1 KB
履歴
Raw
CHANGELOG
2.5.0
added support for PTY mode
added the convenience method "mustRun"
deprecation: Process::setStdin() is deprecated in favor of Process::setInput()
deprecation: Process::getStdin() is deprecated in favor of Process::getInput()
deprecation: Process::setInput() and ProcessBuilder::setInput() do not accept non-scalar types
2.4.0
added the ability to define an idle timeout
2.3.0
added ProcessUtils::escapeArgument() to fix the bug in escapeshellarg() function on Windows
added Process::signal()
added Process::getPid()
added support for a TTY mode
2.2.0
added ProcessBuilder::setArguments() to reset the arguments on a builder
added a way to retrieve the standard and error output incrementally
added Process:restart()
2.1.0
added support for non-blocking processes (start(), wait(), isRunning(), stop())
enhanced Windows compatibility
added Process::getExitCodeText() that returns a string representation for the exit code returned by the process
added ProcessBuilder