Skip to content
This repository has been archived by the owner on Jan 29, 2020. It is now read-only.

Removes deprecated functionality from ServerRequestFactory #308

Conversation

weierophinney
Copy link
Member

Following on #307, this patch removes functionality deprecated for the 1.8 release within ServerRequestFactory. This includes all private methods, but also the following public methods:

  • normalizeServer()
  • marshalHeaders()
  • marshalUriFromServer()
  • marshalRequestUri()
  • marshalHostAndPortFromHeaders()
  • stripQuerySTring()
  • normalizeFiles()

Following on zendframework#307, this patch removes functionality deprecated for the
1.8 release within `ServerRequestFactory`. This includes all private
methods, but also the following public methods:

- `normalizeServer()`
- `marshalHeaders()`
- `marshalUriFromServer()`
- `marshalRequestUri()`
- `marshalHostAndPortFromHeaders()`
- `stripQuerySTring()`
- `normalizeFiles()`
@weierophinney weierophinney force-pushed the feature/remove-deprecations-from-307 branch from ba20266 to a0d6054 Compare June 27, 2018 19:24
@weierophinney weierophinney merged commit a0d6054 into zendframework:release-2.0 Jun 27, 2018
@weierophinney weierophinney deleted the feature/remove-deprecations-from-307 branch June 27, 2018 19:30
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant