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
Jordi Boggiano f5e7f24819 [HttpFoundation] Optimize ServerBag::getHeaders()
isset() vs in_array makes it take half the time (1ms/req here)
substr() does not have to scan the whole string so it's a wee bit faster
2013-05-04 20:09:58 +02:00
..
BrowserKit Merge branch '2.2' 2013-04-30 09:16:44 +02:00
ClassLoader Revert "merged branch mvrhov/patch-1 (PR #4975)" 2013-04-26 10:12:31 +02:00
Config added missing license blocks 2013-04-22 06:31:56 +02:00
Console Merge branch '2.2' 2013-04-30 09:16:44 +02:00
CssSelector merged branch dantleech/enforce_sprintf_for_exceptions (PR #7620) 2013-04-11 08:50:46 +02:00
Debug [Debug] tweak for #6474 2013-05-01 20:15:41 +03:00
DependencyInjection [DependencyInjection] fixed ? position in some exception messages (refs #7861) 2013-05-01 06:24:56 +02:00
DomCrawler [DomCrawler] finished the previous merge feature addition 2013-04-22 07:03:23 +02:00
EventDispatcher Merge branch '2.2' 2013-02-11 12:27:01 +01:00
Filesystem Merge branch '2.2' 2013-05-01 09:15:46 +02:00
Finder [Finder] Fix tests on windows 2013-04-25 14:12:10 +02:00
Form merged branch Tobion/deprecated-form-exception (PR #7927) 2013-05-04 14:33:51 +02:00
HttpFoundation [HttpFoundation] Optimize ServerBag::getHeaders() 2013-05-04 20:09:58 +02:00
HttpKernel bumped Symfony version to 2.3.0-DEV-DEV 2013-05-01 18:29:33 +02:00
Intl added missing license blocks 2013-04-22 06:31:56 +02:00
Locale [Locale] Removed "Stub" prefixes in Intl component 2013-04-11 11:29:25 +02:00
OptionsResolver Enforce sprintf for exceptions 2013-04-11 08:50:46 +02:00
Process fixed previous merge 2013-04-30 09:21:49 +02:00
PropertyAccess merged branch danielholmes/prop_access_additions (PR #7876) 2013-04-30 18:43:32 +02:00
Routing [Security] added more info about the BCrypt change (refs #7853) 2013-04-26 11:39:57 +02:00
Security Fix http-kernel dep in symfony/security 2013-04-27 22:06:15 +02:00
Serializer Fixed PHPDocs 2013-04-21 12:26:17 +00:00
Stopwatch [Stopwatch] Fix array definition from 5.4 2013-04-17 10:17:10 +03:00
Templating Merge branch '2.2' 2013-04-17 07:31:37 +02:00
Translation [Translation] Made translation domain defaults in Translator consistent with TranslatorInterface 2013-05-03 08:41:16 +02:00
Validator merged branch 1ed/hungarian-validator-messages (PR #7914) 2013-05-03 07:07:18 +02:00
Yaml Fixed PHPDocs 2013-04-21 12:26:17 +00:00