This repository has been archived on 2023-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
symfony/src/Symfony/Component/Process/CHANGELOG.md

18 lines
405 B
Markdown
Raw Normal View History

2012-04-26 20:35:39 +01:00
CHANGELOG
=========
2012-10-04 15:21:40 +01:00
2.2.0
-----
2012-10-27 14:46:00 +01:00
* added a way to retrieve the standard and error output incrementally
2012-10-04 15:21:40 +01:00
* added Process:restart()
2012-04-26 20:35:39 +01:00
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