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 0d05f3e765 Merge branch '3.4' into 4.3
* 3.4:
  [FrameworkBundle] Fix framework bundle lock configuration not working as expected
  [Validator] Add the missing translations for the Azerbaijani locale
  [Cache] dont override native Memcached options
  Fix return type of Process::restart().
2019-09-26 23:17:10 +02:00
..
Exception Mark ExceptionInterfaces throwable 2018-08-29 17:58:00 +02:00
Pipes Merge branch '3.4' into 4.3 2019-08-20 16:07:54 +02:00
Tests Merge branch '3.4' into 4.3 2019-09-19 19:12:04 +02:00
.gitignore Added missing files .gitignore 2013-07-21 14:12:18 +02:00
CHANGELOG.md Merge branch '4.1' into 4.2 2019-01-16 21:31:39 +01:00
composer.json updated version to 4.3 2018-11-26 17:19:01 +01:00
ExecutableFinder.php fixed CS 2019-04-08 18:15:54 +02:00
InputStream.php Merge branch '4.1' into 4.2 2019-01-16 21:31:39 +01:00
LICENSE update year in license files 2019-01-01 14:45:19 +01:00
PhpExecutableFinder.php Merge branch '4.1' into 4.2 2019-01-16 21:31:39 +01:00
PhpProcess.php [Process] fix using argument $php of new PhpProcess() 2019-03-10 21:07:02 +01:00
phpunit.xml.dist Bump phpunit XSD version to 5.2 2018-11-11 12:18:13 +01:00
Process.php Merge branch '3.4' into 4.3 2019-09-26 23:17:10 +02:00
ProcessUtils.php Improve some URLs 2019-08-08 17:01:12 +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