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
Gert de Pagter afc09cc8a7 Use symfony/polyfill-ctype
Use the polyfill for every package that uses cytpe functions.
2018-05-01 15:30:49 -07:00
..
Bundle [DI] minor docblock fixes 2017-10-24 13:40:19 +02:00
CacheClearer [DI] minor docblock fixes 2017-10-24 13:40:19 +02:00
CacheWarmer Fix PHP 7.1 related failures 2016-07-19 10:44:18 +02:00
Config removed useless PHPDoc 2017-09-30 07:00:23 -07:00
Controller [DI] minor docblock fixes 2017-10-24 13:40:19 +02:00
DataCollector Add PHPDbg support to HTTP components 2018-04-03 07:05:54 +02:00
Debug fixed some deprecation messages 2017-12-31 05:55:05 +01:00
DependencyInjection fixed some deprecation messages 2017-12-31 05:55:05 +01:00
Event [2.7] More docblock fixes 2017-11-07 15:04:08 +01:00
EventListener Disable CSP header on exception pages only in debug 2018-01-26 02:39:48 +01:00
Exception fixed some deprecation messages 2017-12-31 05:55:05 +01:00
Fragment [2.7][DX] Use constant message contextualisation for deprecations 2017-12-20 15:36:51 +01:00
HttpCache bug #26643 Fix that ESI/SSI processing can turn a "private" response "public" (mpdude) 2018-04-16 19:47:59 +02:00
Log fixed some deprecation messages 2017-12-31 05:55:05 +01:00
Profiler Remove useless docblocks 2017-10-29 10:49:53 +01:00
Tests [VarDumper] Remove decoration from actual output in tests 2018-04-25 16:05:38 +02:00
.gitignore Fix gitignore 2014-03-04 18:06:29 +01:00
CHANGELOG.md [HttpKernel] [WebProfilerBundle] added HTTP status to profiler search result 2015-01-25 04:57:33 +01:00
Client.php PHP CS Fixer: clean up repo and adjust config 2018-01-03 18:10:15 +01:00
composer.json Use symfony/polyfill-ctype 2018-05-01 15:30:49 -07:00
HttpKernel.php [HttpKernel] Fix logging of post-terminate errors/exceptions 2017-12-09 20:51:32 +01:00
HttpKernelInterface.php remove api tags from code 2015-09-28 19:11:22 +02:00
Kernel.php bumped Symfony version to 2.7.47 2018-04-27 11:17:42 +02:00
KernelEvents.php Remove useless docblocks 2017-10-29 10:49:53 +01:00
KernelInterface.php [DI] minor docblock fixes 2017-10-24 13:40:19 +02:00
LICENSE fixed years in copyright 2018-01-03 08:23:28 +01:00
phpunit.xml.dist fail when detecting risky tests 2017-04-12 09:39:27 +02:00
README.md Updated all the README files 2016-03-04 08:12:06 +01:00
TerminableInterface.php [DI] minor docblock fixes 2017-10-24 13:40:19 +02:00
UriSigner.php Remove obsolete PHPDoc from UriSigner 2017-10-17 12:11: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