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
2011-09-29 17:40:43 +02:00
..
File Adjust the way of checking for windows 2011-09-17 12:57:47 +02:00
SessionStorage converted file_exists calls to either is_file or is_dir where it makes sense 2011-08-29 15:28:26 +02:00
ApacheRequest.php [HttpFoundation] fixed a small bug on Windows 2011-03-17 12:28:29 +01:00
composer.json updated composer.json for 2.1 2011-09-29 17:40:43 +02:00
Cookie.php [HttpFoundation] standardized cookie paths (an empty path is equivalent to /) 2011-09-28 10:49:50 +02:00
FileBag.php [HttpFoundation] changed \LogicException to \InvalidArgumentException 2011-08-26 08:45:12 +02:00
HeaderBag.php [HttpFoundation] tagged public @api 2011-07-20 10:06:02 +02:00
LICENSE added LICENSE files for the subtree repositories 2011-02-22 18:58:15 +01:00
ParameterBag.php Updates according to suggestions. 2011-09-27 20:14:32 +05:45
RedirectResponse.php [RedirectResponse] Added missing doctype and title tag 2011-08-24 05:31:42 +03:00
Request.php merged 2.0 2011-09-28 16:08:31 +02:00
RequestMatcher.php merged branch schmittjoh/httpUtilFixes (PR #1739) 2011-07-22 14:45:54 +02:00
RequestMatcherInterface.php [HttpFoundation] tagged public @api 2011-07-20 10:06:02 +02:00
Response.php Remove Content-Length header adding for now. Fixes #1846. 2011-08-13 17:30:17 +03:00
ResponseHeaderBag.php merged 2.0 2011-09-28 16:08:31 +02:00
ServerBag.php [ServerBag] Skip unnecessary loop in getHeaders() 2011-08-24 21:56:02 +03:00
Session.php [HttpFoundation] changed the strategy introduced in a5ccda47b4 to fix functional tests and still allow to call save more than once for a Session 2011-09-14 20:54:45 +02:00