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 a358675972 Merge branch '3.2'
* 3.2:
  [Security] fix Composer constraint
  Provide less state in getRequestFormat
  fix test class location
  Static code analysis with Php Inspections (EA Extended): dead code dropped, couple bugs fixed
  Adding use statement for InvalidArgumentException
2017-03-04 13:23:47 +01: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.2' 2017-02-27 23:48:55 +01:00
.gitignore Added missing files .gitignore 2013-07-21 14:12:18 +02:00
CHANGELOG.md [Process] Accept command line arrays and per-run env vars, fixing signaling and escaping 2017-02-01 23:01:35 +01:00
composer.json updated version to 3.3 2016-11-19 12:35:20 -08: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 [Process] Remove PHP_BINARY existence check 2015-11-27 13:38:29 +01:00
PhpProcess.php [Process] Accept command line arrays and per-run env vars, fixing signaling and escaping 2017-02-01 23:01:35 +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.2' 2017-03-04 13:23:47 +01:00
ProcessBuilder.php [Process] Accept command line arrays and per-run env vars, fixing signaling and escaping 2017-02-01 23:01:35 +01: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