Skip to content

Conversation

@hafezdivandari
Copy link
Contributor

@hafezdivandari hafezdivandari commented Dec 8, 2024

Related to #53731
Related to thephpleague/uri-src#146

  • New league/uri version 7.5.1 has been released:
    • Use newly introduced getUsername() and getPassword() methods on the Uri class, instead of manually extracting these values.
  • Use League\Uri\QueryString class for parsing URI's query string instead of using parse_str function:
    • Fix name mangling issue of parse_str method.
    • Add a test to make sure the parsing works without mangling the results.
  • Fix a deprecation.

@github-actions
Copy link

github-actions bot commented Dec 8, 2024

Thanks for submitting a PR!

Note that draft PR's are not reviewed. If you would like a review, please mark your pull request as ready for review in the GitHub user interface.

Pull requests that are abandoned in draft may be closed due to inactivity.

@hafezdivandari hafezdivandari marked this pull request as ready for review December 8, 2024 11:21
@taylorotwell taylorotwell merged commit 51233af into laravel:uri Dec 8, 2024
21 checks passed
@hafezdivandari hafezdivandari deleted the uri-enhance branch December 8, 2024 15:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants