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

17 lines
334 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
-----
* 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