Skip to content

Work around parse_url() bug#58218

Merged
nicolas-grekas merged 1 commit intosymfony:5.4from
nicolas-grekas:parse-url
Sep 11, 2024
Merged

Work around parse_url() bug#58218
nicolas-grekas merged 1 commit intosymfony:5.4from
nicolas-grekas:parse-url

Conversation

@nicolas-grekas
Copy link
Copy Markdown
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
@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)
@renovate renovate bot mentioned this pull request Dec 9, 2024
1 task
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