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/HttpFoundation
Nicolas Grekas 3e8a423047 Merge branch '3.4' into 4.1
* 3.4:
  Fixed typo
  Fix ini_get() for boolean values
  SCA: fixed broken tests
  SCA: applied code style as per guidelines
  SCA: minor code tweaks
2018-10-31 10:09:42 +01:00
..
Exception [HttpFoundation] refactored Request exceptions 2016-12-16 17:05:39 +01:00
File Merge branch '4.0' into 4.1 2018-07-26 13:24:31 +02:00
Session Merge branch '3.4' into 4.1 2018-10-30 18:00:46 +01:00
Tests [HttpFoundation] X-Accel-Mapping does not use HTTP key=value syntax 2018-09-30 05:47:28 +02:00
.gitignore
AcceptHeader.php [HttpFoundation] Rename HeaderUtils methods 2018-04-29 11:29:07 +02:00
AcceptHeaderItem.php Merge branch '3.4' into 4.1 2018-10-30 18:00:46 +01:00
ApacheRequest.php Enable the fixer enforcing fully-qualified calls for compiler-optimized functions 2018-07-24 12:05:38 +02:00
BinaryFileResponse.php Merge branch '3.4' into 4.1 2018-10-02 14:40:59 +02:00
CHANGELOG.md Merge branch '4.0' into 4.1 2018-08-01 10:41:27 +02:00
composer.json fix merge 2018-02-04 18:35:11 +01:00
Cookie.php Merge branch '4.0' into 4.1 2018-08-01 10:24:03 +02:00
ExpressionRequestMatcher.php
FileBag.php Merge branch '4.0' into 4.1 2018-07-26 10:55:25 +02:00
HeaderBag.php Merge branch '3.4' into 4.1 2018-10-02 14:40:59 +02:00
HeaderUtils.php [HttpFoundation] Rename HeaderUtils methods 2018-04-29 11:29:07 +02:00
IpUtils.php Enable the fixer enforcing fully-qualified calls for compiler-optimized functions 2018-07-24 12:05:38 +02:00
JsonResponse.php Merge branch '3.4' into 4.0 2018-07-26 10:51:09 +02:00
LICENSE fixed years in copyright 2018-01-03 08:23:28 +01:00
ParameterBag.php Merge branch '2.8' into 3.4 2018-07-26 10:45:46 +02: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
RedirectResponse.php Replace more docblocks by type-hints 2017-11-07 15:45:01 +01:00
Request.php Merge branch '3.4' into 4.1 2018-10-03 10:48:45 +02:00
RequestMatcher.php Merge branch '3.4' into 4.0 2018-07-26 10:51:09 +02:00
RequestMatcherInterface.php [DI] minor docblock fixes 2017-10-24 13:40:19 +02:00
RequestStack.php Enable the fixer enforcing fully-qualified calls for compiler-optimized functions 2018-07-24 12:05:38 +02:00
Response.php Merge branch '3.4' into 4.1 2018-10-31 10:09:42 +01:00
ResponseHeaderBag.php Merge branch '4.0' into 4.1 2018-07-26 10:55:25 +02:00
ServerBag.php Enable the fixer enforcing fully-qualified calls for compiler-optimized functions 2018-07-24 12:05:38 +02:00
StreamedResponse.php Merge branch '3.4' into 4.1 2018-10-10 06:52:42 -07:00

HttpFoundation Component

The HttpFoundation component defines an object-oriented layer for the HTTP specification.

Resources