Skip to content
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

Incorrect encoding with HierarchicalPath object #91

Closed
nyamsprod opened this issue Oct 8, 2018 · 0 comments
Closed

Incorrect encoding with HierarchicalPath object #91

nyamsprod opened this issue Oct 8, 2018 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@nyamsprod
Copy link
Member

Issue summary

see #4

System informations

(In case of a bug report Please complete the table below)

Information Description
league-uri-components version current
PHP version not relevant
OS Platform not relevant

Standalone code, or other way to reproduce the problem

use League\Uri\Components\HierarchicalPath;

$path = new HierarchicalPath("hi%20");
echo $path;

Expected result

hi%2520

Actual result

hi%20
@nyamsprod nyamsprod self-assigned this Oct 8, 2018
@nyamsprod nyamsprod added the bug Something isn't working label Oct 8, 2018
nyamsprod referenced this issue in thephpleague/uri-components Oct 10, 2018
nyamsprod referenced this issue in thephpleague/uri-components Nov 1, 2018
nyamsprod referenced this issue in thephpleague/uri-components Nov 1, 2018
@nyamsprod nyamsprod transferred this issue from thephpleague/uri-components Nov 17, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant