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 fc78e200db Merge branch '4.3' into 4.4
* 4.3:
  [FrameworkBundle] Fix framework bundle lock configuration not working as expected
  [Validator] Add the missing translations for the Azerbaijani locale
  [HttpClient] workaround bad Content-Length sent by old libcurl
  [Cache] dont override native Memcached options
  Fix CS
  Fix exceptions (PDOException) error code type
  Fix return type of Process::restart().
  [Cache] fail gracefully when locking is not supported
  [HttpClient] fix race condition when reading response with informational status
  Names for buttons should start with lowercase
2019-09-27 00:09:58 +02:00
..
Exception Mark ExceptionInterfaces throwable 2018-08-29 17:58:00 +02:00
Pipes Add return types to tests and final|internal|private methods 2019-08-21 17:14:41 +02:00
Tests Merge branch '4.3' into 4.4 2019-09-19 19:12:09 +02:00
.gitattributes Adding .gitattributes to remove Tests directory from "dist" 2019-09-16 10:12:51 +02:00
.gitignore Added missing files .gitignore 2013-07-21 14:12:18 +02:00
CHANGELOG.md added Process::getLastOutputTime() method 2019-08-20 11:16:47 +02:00
composer.json updated version to 4.4 2019-05-09 09:23:25 +02:00
ExecutableFinder.php fixed CS 2019-04-08 18:15:54 +02:00
InputStream.php Add return types to internal & magic methods when possible 2019-08-22 15:18:41 +02:00
LICENSE update year in license files 2019-01-01 14:45:19 +01:00
PhpExecutableFinder.php [Process] Path resolution for FCGI configuration 2019-07-17 15:34:41 +03: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 '4.3' into 4.4 2019-09-27 00:09:58 +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