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 f309c09ed8 Merge branch '3.4'
* 3.4:
  [FrameworkBundle] removed doctrine/cache as a dependency
  drop hard dependency on the Stopwatch component
  Fix the conditional definition of the SymfonyTestsListener
  [DI] Fix keys resolution in ResolveParameterPlaceHoldersPass
  [FrameworkBundle] Fix colliding service ids
  [FrameworkBundle] deprecated validator.mapping.cache.doctrine.apc
  remove now useless condition
  Lazy load security listeners
  [EventDispatcher] Remove dead code in WrappedListener
  [Process] Deprecate ProcessBuilder
  Fix non-dumped voters in security panel
  search case insensitive
  [VarDumper] Cyclic searching dumps
  [Yaml] Remove line number in deprecation notices
  [SecurityBundle] Made 2 service aliases private
  Automatically enable the routing annotation loader
  [FrameworkBundle] KernelTestCase: deprecate not using KERNEL_CLASS
2017-06-12 11:12:26 -07:00
..
Exception Include working directory in ProcessFailedException 2015-06-10 17:09:10 +02:00
Pipes Revert "fixed typo" 2017-01-21 08:37:26 -08:00
Tests Merge branch '3.4' 2017-06-12 11:12:26 -07:00
.gitignore Added missing files .gitignore 2013-07-21 14:12:18 +02:00
CHANGELOG.md [Process] Deprecate ProcessBuilder 2017-06-09 15:37:35 +02:00
composer.json bumped minimum version to PHP 7.1 2017-05-18 14:57:29 +02:00
ExecutableFinder.php Permit empty suffix on Windows 2017-02-16 04:33:37 -08: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 Fix incorrectly calling PHP process on Windows when path contains space 2017-05-03 02:32:32 +02:00
phpunit.xml.dist fail when detecting risky tests 2017-04-12 09:39:27 +02:00
Process.php removed HHVM support 2017-06-01 15:17:54 -07:00
ProcessBuilder.php [Process] Deprecate ProcessBuilder 2017-06-09 15:37:35 +02:00
ProcessUtils.php feature #21474 [Process] Accept command line arrays and per-run env vars, fixing signaling and escaping (nicolas-grekas) 2017-02-08 16:45:40 +01: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