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/HttpKernel
Nicolas Grekas d65de0f772 Merge branch '4.4' into 5.0
* 4.4:
  [Debug] fix ClassNotFoundFatalErrorHandler
  [Routing] Fix using a custom matcher & generator dumper class
  [Serializer] Fix cache in MetadataAwareNameConverter
  [Dotenv] Fixed infinite loop with missing quote followed by quoted value
  [HttpClient] Added missing sprintf
  [TwigBridge] button_widget now has its title attr translated even if its label = null or false
  [PhpUnitBridge] When using phpenv + phpenv-composer plugin, composer executable is wrapped into a bash script
  [Messenger] Added check if json_encode succeeded
  [Messenger] Added check if json_encode succeeded
  [FrameworkBundle][ContainerLintCommand] Only skip .errored. services
  [HttpClient] fix exception in case of PSR17 discovery failure
  [DependencyInjection] Handle ServiceClosureArgument for callable in container linting
  fix processing chain adapter based cache pool
  [HttpKernel] release lock explicitly
  [Security] Prevent canceled remember-me cookie from being accepted
  [FrameworkBundle][TranslationUpdateCommand] Do not output positive feedback on stderr
  [Security\Guard] Fix missing typehints
  do not render preferred choices as selected
2020-01-08 18:33:29 +01:00
..
Bundle Merge branch '4.4' 2019-08-20 16:46:00 +02:00
CacheClearer [HttpKernel] Add more parameter types. 2019-08-16 01:42:44 +02:00
CacheWarmer Merge branch '4.4' 2019-08-20 16:46:00 +02:00
Config fix triggering deprecation in file locator 2019-12-10 13:26:43 +01:00
Controller Merge branch '4.4' 2019-11-12 10:25:44 +01:00
ControllerMetadata Merge branch '4.3' into 4.4 2019-08-26 11:00:56 +02:00
DataCollector Merge branch '4.4' into 5.0 2019-11-27 00:25:11 +01:00
Debug Merge branch '4.4' 2019-10-26 21:52:39 +02:00
DependencyInjection Merge branch '4.4' into 5.0 2019-11-27 00:25:11 +01:00
Event make ExceptionEvent handle all throwables 2019-11-11 12:53:44 +01:00
EventListener Merge branch '4.4' into 5.0 2019-12-01 09:48:26 +01:00
Exception Inherit Throwable in HttpExceptionInterface 2019-10-03 10:14:32 +02:00
Fragment Merge branch '4.4' 2019-10-02 17:00:37 +02:00
HttpCache Merge branch '4.4' into 5.0 2019-12-10 12:06:55 +01:00
Log Merge branch '4.4' 2019-08-14 15:44:59 +02:00
Profiler Fix some \Throwable support remaining issues 2019-11-12 18:18:47 +01:00
Resources Fix web debug toolbar z-index property 2019-10-25 20:47:58 -04:00
Tests Merge branch '4.4' into 5.0 2019-12-16 12:08:25 +01:00
.gitattributes Add .gitignore to .gitattributes 2019-10-12 01:35:04 +01:00
.gitignore Fix gitignore 2014-03-04 18:06:29 +01:00
CHANGELOG.md [HttpKernel] Drop deprecated ExceptionListener 2019-11-18 00:44:50 +01:00
composer.json Allow PHP ^7.2.5 2019-11-18 18:27:11 +01:00
HttpClientKernel.php Merge branch '4.4' 2019-08-20 23:41:37 +02:00
HttpKernel.php Merge branch '4.4' into 5.0 2019-11-17 22:57:12 +01:00
HttpKernelBrowser.php Merge branch '4.4' 2019-09-10 19:00:13 +02:00
HttpKernelInterface.php [Http-Kernel][5.0] Add type-hints 2019-08-08 17:48:38 +02:00
Kernel.php Merge branch '4.4' into 5.0 2020-01-08 18:33:29 +01:00
KernelEvents.php [EventDispatcher] swap arguments of dispatch() to allow registering events by FQCN 2019-03-14 08:32:46 +01:00
KernelInterface.php Merge branch '4.4' 2019-09-27 16:25:24 +02:00
LICENSE Update year in license files 2020-01-01 12:03:25 +01:00
phpunit.xml.dist Bump phpunit XSD version to 5.2 2018-11-11 12:18:13 +01:00
README.md Update links to documentation 2020-01-04 13:05:51 +01:00
RebootableInterface.php [Http-Kernel][5.0] Add type-hints 2019-08-08 17:48:38 +02:00
TerminableInterface.php [DI] minor docblock fixes 2017-10-24 13:40:19 +02:00
UriSigner.php Merge branch '4.4' 2019-11-13 08:42:48 +01:00

HttpKernel Component

The HttpKernel component provides a structured process for converting a Request into a Response by making use of the EventDispatcher component. It's flexible enough to create a full-stack framework (Symfony), a micro-framework (Silex) or an advanced CMS system (Drupal).

Resources