-
-
Notifications
You must be signed in to change notification settings - Fork 9.6k
[HttpFoundation] Make Request::get() more performant #12537
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
👍 |
1 similar comment
👍 |
@nicolas-grekas there is some tests broken on PHP 5.3 in the Debug component. Could you look at them ? |
What about merging this in 2.3? |
Thanks Christian! On Fri, Nov 21, 2014, 8:01 AM Fabien Potencier notifications@github.com
|
@fabpot 👍 for 2.3 |
Thank you @xabbuh. |
…rvinSzanto, xabbuh) This PR was submitted for the 2.7 branch but it was merged into the 2.3 branch instead (closes #12537). Discussion ---------- [HttpFoundation] Make Request::get() more performant | Q | A | ------------- | --- | Bug fix? | no | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | | License | MIT | Doc PR | This finishes the work started by @KorvinSzanto in #12369. Commits ------- 3039935 reformat code as suggested by @fabpot ad64223 Fix typo 4162713 Make `\Request::get` more performant.
@KorvinSzanto Thank you for the initial commit. |
This finishes the work started by @KorvinSzanto in #12369.