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 6399ffa32b Merge branch '3.1'
* 3.1:
  [TwigBundle] added missing dependencies for tests
  fixed CS
  adding missing dep
  [TwigBundle] Adjust CacheWarmingTest for TemplateCacheWarmer introduced in 2.8
  [TwigBundle] Fix CacheWarmingTest are order dependent
  Revert "bug #20080 [Form] compound forms without children should be considered rendered implicitly (backbone87)"
  [2.7][VarDumper] Fix PHP 7.1 compat
  [2.8][VarDumper] Fix PHP 7.1 compat
  silent file operation to avoid open basedir issues
  Fix #19943 Make sure to process each interface metadata only once
  #17580 compound forms without children should be considered rendered implicitly
2016-10-01 07:21:27 -07:00
..
Exception Include working directory in ProcessFailedException 2015-06-10 17:09:10 +02:00
Pipes Merge branch '2.8' into 3.1 2016-08-16 07:58:24 -07:00
Tests fixed a test that do not pass onMac 2016-09-18 21:41:39 -07: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 updated version to 3.2 2016-05-13 13:13:23 -05:00
ExecutableFinder.php silent file operation to avoid open basedir issues 2016-09-28 19:20:21 -07:00
InputStream.php [Process] Add InputStream to seamlessly feed running processes 2016-04-01 20:36:34 +02:00
LICENSE Update copyright year 2016-01-01 23:53:47 -03:00
PhpExecutableFinder.php [Process] Remove PHP_BINARY existence check 2015-11-27 13:38:29 +01:00
PhpProcess.php Merge branch '2.8' into 3.0 2015-12-23 09:00:11 +01:00
phpunit.xml.dist Add missing exclusions from phpunit.xml.dist 2015-11-18 09:19:46 +01:00
Process.php Merge branch '3.1' 2016-06-29 07:43:10 +02:00
ProcessBuilder.php [Process] Allow merging env vars instead of replacing them 2016-06-15 12:49:17 +02:00
ProcessUtils.php [Process] Turn getIterator() args to flags & add ITER_SKIP_OUT/ERR modes 2016-04-12 21:11:33 +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