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 0b1b8959d3 Merge branch '4.0'
* 4.0:
  fixed wrong merge
  Tweak message to be Flex friendly
  [Routing] fixed tests
  Fixing wrong class_exists on interface
  Preserve percent-encoding in URLs when performing redirects in the UrlMatcher
  removed FIXME
  [Console] Fix a bug when passing a letter that could be an alias
  add missing validation options to XSD file
  Take advantage of AnnotationRegistry::registerUniqueLoader
  [DI] Optimize Container::get() for perf
  fix merge
  Fix tests
  Refactoring tests.
2017-12-14 11:50:39 -08:00
..
Exception Replace more docblocks by type-hints 2017-11-07 15:45:01 +01:00
Pipes Merge branch '3.4' into 4.0 2017-12-08 16:46:13 +01:00
Tests Merge branch '3.4' into 4.0 2017-12-14 11:48:22 -08:00
.gitignore Added missing files .gitignore 2013-07-21 14:12:18 +02:00
CHANGELOG.md add type hint and changelog entry 2017-12-08 08:44:44 +01:00
composer.json updated version to 4.1 2017-11-21 18:31:29 +01:00
ExecutableFinder.php [DI] minor docblock fixes 2017-10-24 13:40:19 +02:00
InputStream.php [Process] Add InputStream to seamlessly feed running processes 2016-04-01 20:36:34 +02:00
LICENSE updated LICENSE year 2017-01-02 12:30:00 -08:00
PhpExecutableFinder.php removed HHVM support 2017-06-01 15:17:54 -07:00
PhpProcess.php Replace more docblocks by type-hints 2017-11-07 15:45:01 +01:00
phpunit.xml.dist fail when detecting risky tests 2017-04-12 09:39:27 +02:00
Process.php Merge branch '4.0' 2017-12-12 09:59:50 +01:00
ProcessUtils.php [Process] remove deprecated features 2017-06-26 09:24:20 +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