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
Fabien Potencier 57e5075645 Merge branch '2.8' into 3.3
* 2.8:
  [HttpFoundation] Use the correct syntax for session gc based on Pdo driver
  Removed assertDateTimeEquals() methods.
  Revert "bug #24987 [Console] Fix global console flag when used in chain (Simperfit)"
  Revert "bug #25487 [Console] Fix a bug when passing a letter that could be an alias (Simperfit)"
  Disable CSP header on exception pages only in debug
  Fixed submitting disabled buttons
  Fixed Button::setParent() when already submitted
  Improve assertions
  Improve assertions
  SCA: get rid of repetitive calls
  allow null values for root nodes in YAML configs
  [VarDumper] Fix docblock
  Improve phpdoc to make it more explicit
2018-01-29 10:02:23 +01:00
..
Bundle Merge branch '2.8' into 3.3 2017-10-24 16:05:06 +02:00
CacheClearer fixed some deprecation messages 2017-12-31 06:50:45 +01:00
CacheWarmer Fix PHP 7.1 related failures 2016-07-19 10:44:18 +02:00
Config Merge branch '2.8' into 3.3 2017-10-02 08:42:24 +02:00
Controller Merge branch '2.8' into 3.3 2017-10-24 16:05:06 +02:00
ControllerMetadata [HttpKernel] Clean ArgumentMetadataFactory::getType() 2016-10-06 11:12:13 +02:00
DataCollector fixed some deprecation messages 2017-12-31 06:50:45 +01:00
Debug fixed some deprecation messages 2017-12-31 05:55:05 +01:00
DependencyInjection fixed some deprecation messages 2017-12-31 06:50:45 +01:00
Event [3.3] More docblock fixes 2017-11-07 15:16:22 +01:00
EventListener Merge branch '2.8' into 3.3 2018-01-29 10:02:23 +01:00
Exception fixed some deprecation messages 2017-12-31 05:55:05 +01:00
Fragment fixed some deprecation messages 2017-12-31 06:50:45 +01:00
HttpCache Merge branch '2.8' into 3.3 2018-01-03 18:13:53 +01:00
Log fixed some deprecation messages 2017-12-31 05:55:05 +01:00
Profiler fixed some deprecation messages 2017-12-31 06:12:25 +01:00
Tests Merge branch '2.8' into 3.3 2018-01-29 10:02:23 +01:00
.gitignore
CHANGELOG.md [DI] Add missing deprecation on Extension::getClassesToCompile 2017-05-24 10:46:17 +02:00
Client.php Merge branch '2.8' into 3.3 2018-01-03 18:13:53 +01:00
composer.json Merge branch '2.8' into 3.3 2017-10-10 12:12:32 +02:00
HttpKernel.php fixed some deprecation messages 2017-12-31 06:50:45 +01:00
HttpKernelInterface.php remove api tags from code 2015-09-28 19:11:22 +02:00
Kernel.php bumped Symfony version to 3.3.16 2018-01-05 09:11:08 +01:00
KernelEvents.php Merge branch '2.8' into 3.3 2017-11-05 16:47:03 +01:00
KernelInterface.php Merge branch '2.8' into 3.3 2017-10-24 16:05:06 +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 Merge branch '2.8' into 3.3 2017-10-18 08:00:09 -07: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