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
2020-05-31 07:14:17 +02:00
..
Bundle Fix quotes in exception messages 2020-03-16 09:31:04 +01:00
CacheClearer Fix quotes in exception messages 2020-03-16 09:31:04 +01:00
CacheWarmer switched array() to [] 2019-01-16 10:39:14 +01:00
Config Mark some/most implementations of Serializable as @internal 2019-01-30 10:03:33 +01:00
Controller bug #36891 Address deprecation of ReflectionType::getClass() (derrabus) 2020-05-23 09:35:15 +02:00
ControllerMetadata Fix quotes in exception messages 2020-03-16 09:31:04 +01:00
DataCollector [HttpKernel][LoggerDataCollector] Prevent keys collisions in the sanitized logs processing 2020-03-27 17:16:43 +01:00
Debug bug #32818 [HttpKernel] Fix getFileLinkFormat() to avoid returning the wrong URL in Profiler (Arman-Hosseini) 2019-09-08 09:16:45 +02:00
DependencyInjection Fix quotes in exception messages 2020-03-16 09:31:04 +01:00
Event Merge branch '2.8' into 3.4 2018-07-26 11:06:28 +02:00
EventListener [HttpKernel] fix registering DebugHandlersListener regardless of the PHP_SAPI 2020-02-14 11:01:23 +01:00
Exception switched array() to [] 2019-01-16 10:39:14 +01:00
Fragment Fix quotes in exception messages 2020-03-16 09:31:04 +01:00
HttpCache [HttpKernel] Fix that the Store would not save responses with the X-Content-Digest header present 2020-05-19 18:37:51 +02:00
Log [HttpKernel] Fix error logger when stderr is redirected to /dev/null (FPM) 2020-05-18 17:28:46 +02:00
Profiler [HttpKernel] Fix return type declarations 2019-08-26 09:50:50 +02:00
Resources Optimize SVGs 2019-04-11 11:48:14 +02:00
Tests [HttpKernel] fix test 2020-05-23 19:37:50 +02:00
.gitignore
CHANGELOG.md Reset profiler. 2017-10-05 12:20:28 +02:00
Client.php switched array() to [] 2019-01-16 10:39:14 +01:00
composer.json Use constant time comparison in UriSigner 2019-05-24 12:09:27 +02:00
HttpKernel.php Update HttpKernel.php 2019-11-17 21:23:00 +01:00
HttpKernelInterface.php remove api tags from code 2015-09-28 19:11:22 +02:00
Kernel.php updated VERSION for 3.4.41 2020-05-31 07:14:17 +02:00
KernelEvents.php Merge branch '2.8' into 3.3 2017-11-05 16:47:03 +01:00
KernelInterface.php [HttpKernel] Fix return type declarations 2019-08-26 09:50:50 +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 [HttpKernel][FrameworkBundle] Add RebootableInterface, fix and un-deprecate cache:clear with warmup 2017-08-18 13:51:16 +02:00
TerminableInterface.php [DI] minor docblock fixes 2017-10-24 13:40:19 +02:00
UriSigner.php Use constant time comparison in UriSigner 2019-05-24 12:09:27 +02: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