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
Fabien Potencier 6b81f2ce43 Merge branch '2.7' into 2.8
* 2.7:
  [CS] Respect PSR2 4.2
  [Form] fix `empty_data` option in expanded `ChoiceType`
  [Console] removed unneeded private methods
  sync min email validator version
  [TwigBridge] Fix inconsistency in LintCommand help
  explicitly forbid e-mail validator 2.0 or higher
  Fixed SymfonyQuestionHelper multi-choice with defaults
  [DoctrineBridge] Don't use object IDs in DoctrineChoiceLoader when passing a value closure
  Differentiate between the first time a progress bar is displayed and subsequent times
  finished previous commit
  No more exception for malformed input name
  fix post_max_size_message translation
  [Process] Fix pipes cleaning on Windows
  Avoid phpunit 5.4 warnings on getMock
  [Form] Add exception to FormRenderer about non-unique block names
  [Form] Consider a violation even if the form is not submitted
2016-06-28 18:24:07 +02:00
..
Exception Include working directory in ProcessFailedException 2015-06-10 17:09:10 +02:00
Pipes [Process] Fix pipes cleaning on Windows 2016-06-21 14:37:54 +02:00
Tests Merge branch '2.7' into 2.8 2016-06-28 18:24:07 +02:00
.gitignore Added missing files .gitignore 2013-07-21 14:12:18 +02:00
CHANGELOG.md [Process] Deprecate using values that are not string for Process::setStdin and ProcessBuilder::setInput 2014-05-23 11:02:52 +02:00
composer.json Merge branch '2.7' into 2.8 2015-10-30 13:15:42 -07:00
ExecutableFinder.php [Process] Workaround buggy PHP warning 2015-10-09 23:59:27 +02:00
LICENSE Update copyright year 2016-01-01 23:53:47 -03:00
PhpExecutableFinder.php [Process] Fix trailing space in PHP binary finder 2015-11-19 13:49:26 +01:00
PhpProcess.php [Process] More robustness and deterministic tests 2015-12-22 13:58:57 +01:00
phpunit.xml.dist Add missing exclusions from phpunit.xml.dist 2015-11-18 09:19:46 +01:00
Process.php @throws annotations should go after @return 2016-06-06 13:03:51 +02:00
ProcessBuilder.php Merge branch '2.3' into 2.7 2016-04-02 09:48:01 +02:00
ProcessUtils.php [Process] Fix stream_select priority when writing to stdin 2016-03-30 18:29:21 +02:00
README.md Updated all the README files 2016-03-04 08:12:06 +01:00

Process Component

The Process component executes commands in sub-processes.

Resources