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 8f1c4f1f86 Merge branch '4.4'
* 4.4: (28 commits)
  [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
  [ErrorHandler] fix return-type patching logic
  [Messenger] Added support for `from_transport` attribute on `messenger.message_handler` tag
  [ErrorHandler] don't throw deprecations for return-types by default
  ensure legacy event dispatcher compatibility
  ensure legacy event dispatcher compatibility
  Fix return type of Process::restart().
  [Cache] fail gracefully when locking is not supported
  [HttpKernel] compress files generated by the profiler
  tweak deprecation messages and changelog
  fix version in @deprecated annotation
  Use VarCloner data instead of legacy array for query params
  [Security] use LegacyEventDispatcherProxy
  [HttpClient] fix undefined index access
  [HttpClient] fix race condition when reading response with informational status
  ...
2019-09-27 00:15:24 +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.4' 2019-09-19 19:12:13 +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 Bump Symfony 5.0 to PHP 7.2 2019-05-28 18:49:20 +02:00
ExecutableFinder.php [Process] [5.0] Replace docblocks by type-hints 2019-07-05 07:04:51 +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 Merge branch '4.4' 2019-07-18 12:46:32 +02:00
PhpProcess.php Remove deprecated code paths that trigger a runtime notice 2019-06-09 16:44:48 +02:00
phpunit.xml.dist Bump phpunit XSD version to 5.2 2018-11-11 12:18:13 +01:00
Process.php Merge branch '4.4' 2019-09-27 00:15:24 +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