Skip to content

[HttpFoundation] Drop support for ApacheRequest #32255

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

Merged
merged 1 commit into from
Jul 3, 2019

Conversation

lyrixx
Copy link
Member

@lyrixx lyrixx commented Jun 28, 2019

Q A
Branch? 4.4
Bug fix? no
New feature? no
BC breaks? no
Deprecations? yes
Tests pass? yes
Fixed tickets
License MIT
Doc PR

ApacheUrlMatcher has been deprecated in 2.7 and removed in 3.0
I think we forgot to remove this class too.

This class in never used in symfony, and there are no more reference in
the documentation.

@nicolas-grekas
Copy link
Member

Let's do it with BC: 4.4 with deprecation, removal in 5.0. We should play safe.

@nicolas-grekas nicolas-grekas added this to the next milestone Jun 28, 2019
@lyrixx lyrixx requested review from dunglas, sroze and xabbuh as code owners June 28, 2019 13:18
@lyrixx lyrixx changed the title [HttpFoundation] Removed dead code (ApacheRequest) [HttpFoundation] Drop support for ApacheRequest Jun 28, 2019
@lyrixx lyrixx changed the base branch from 3.4 to 4.4 June 28, 2019 13:19
@lyrixx
Copy link
Member Author

lyrixx commented Jun 28, 2019

Done 👍

@Tobion
Copy link
Contributor

Tobion commented Jun 28, 2019

please fix your commit message

@lyrixx
Copy link
Member Author

lyrixx commented Jul 1, 2019

Failures on AppVeyor not related

KO src\Symfony/Component/Mime

@fabpot
Copy link
Member

fabpot commented Jul 3, 2019

Thank you @lyrixx.

@fabpot fabpot merged commit f82e28c into symfony:4.4 Jul 3, 2019
fabpot added a commit that referenced this pull request Jul 3, 2019
This PR was merged into the 4.4 branch.

Discussion
----------

[HttpFoundation] Drop support for ApacheRequest

| Q             | A
| ------------- | ---
| Branch?       | 4.4
| Bug fix?      | no
| New feature?  | no
| BC breaks?    | no
| Deprecations? | yes
| Tests pass?   | yes
| Fixed tickets |
| License       | MIT
| Doc PR        |

`ApacheUrlMatcher` has been [deprecated in 2.7](#12728) and removed in 3.0
I think we forgot to remove this class too.

This class in never used in symfony, and there are no more reference in
the documentation.

Commits
-------

f82e28c [HttpFoundation] Deprecated ApacheRequest
@lyrixx lyrixx deleted the drop-apache branch July 3, 2019 12:24
@nicolas-grekas nicolas-grekas modified the milestones: next, 4.4 Oct 27, 2019
This was referenced Nov 12, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

8 participants