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
Nicolas Grekas c4716d2511 Merge branch '2.7' into 2.8
* 2.7:
  `@throws` annotations should go after `@return`
  Fix merge
  updated VERSION for 2.3.42
  update CONTRIBUTORS for 2.3.42
  updated CHANGELOG for 2.3.42
  Revert "bug #18908 [DependencyInjection] force enabling the external XML entity loaders (xabbuh)"
  Partial revert of previous PR
  [DependencyInjection] Skip deep reference check for 'service_container'
  Catch \Throwable
  [Serializer] Add missing @throws annotations
  Fix for #18843
  force enabling the external XML entity loaders
  Removed UTC specification with timestamp

Conflicts:
	src/Symfony/Component/DependencyInjection/Tests/Dumper/PhpDumperTest.php
	src/Symfony/Component/Finder/Finder.php
	src/Symfony/Component/Security/Acl/Dbal/MutableAclProvider.php
	src/Symfony/Component/Security/Acl/Domain/ObjectIdentity.php
	src/Symfony/Component/Security/Acl/Model/AclInterface.php
	src/Symfony/Component/Security/Acl/Model/MutableAclProviderInterface.php
	src/Symfony/Component/Security/Acl/Permission/MaskBuilder.php
	src/Symfony/Component/Translation/Loader/XliffFileLoader.php
	src/Symfony/Component/Yaml/Tests/InlineTest.php
2016-06-06 13:11:27 +02:00
..
Exception Include working directory in ProcessFailedException 2015-06-10 17:09:10 +02:00
Pipes [Process] Fix stream_select priority when writing to stdin 2016-03-30 18:29:21 +02:00
Tests Merge branch '2.7' into 2.8 2016-04-14 17:22:22 +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