Skip to content

ext/uri: Fixes fragment handler registration - #23303

Open
NickSdot wants to merge 2 commits into
php:masterfrom
NickSdot:fix/ext-uri-getfragment
Open

ext/uri: Fixes fragment handler registration#23303
NickSdot wants to merge 2 commits into
php:masterfrom
NickSdot:fix/ext-uri-getfragment

Conversation

@NickSdot

Copy link
Copy Markdown
Contributor

While working on #23286 the handler surfaced as uncovered. 18836 aliased, then 19636 added other aliases but also added the getFragment handler back without removing its alias, which left it unused. In this PR:

  • commit 1: drops alias to make handler used
  • commit 2: opposite of 1; drops unused handler

Timeline-wise it seems the intention was adding the handler back, but I don't see why -- so I am once again removing it here. If instead making the handler used is preferred, I can drop commit 2.

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.

1 participant