8000 Work around `parse_url()` bug by nicolas-grekas · Pull Request #58218 · symfony/symfony · GitHub
[go: up one dir, main page]

Skip to content

Work around parse_url() bug #58218

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
Sep 11, 2024
Merged

Conversation

nicolas-grekas
Copy link
Member
@nicolas-grekas nicolas-grekas commented Sep 10, 2024
Q A
Branch? 5.4
Bug fix? yes
New feature? no
Deprecations? no
Issues Fix #52579, #54332
License MIT

Works around

@nicolas-grekas nicolas-grekas merged commit e35606b into symfony:5.4 Sep 11, 2024
8 of 12 checks passed
@nicolas-grekas nicolas-grekas deleted the parse-url branch September 11, 2024 06:59
This was referenced Sep 21, 2024
nicolas-grekas added a commit that referenced this pull request Nov 13, 2024
This PR was merged into the 5.4 branch.

Discussion
----------

Work around `parse_url()` bug (bis)

| Q             | A
| ------------- | ---
| Branch?       | 5.4
| Bug fix?      | yes
| New feature?  | no
| Deprecations? | no
| Issues        | #58313
| License       | MIT

This PR is a follow up of #58218

parse_url behaves incorrectly when parsing some URLs that don't contain `?` or `#`.
This PR ensures that one of those chars is always found when calling the function.

Commits
-------

80257ea Work around parse_url() bug (bis)
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.

4 participants
0