Skip to content

Conversation

@michalsn
Copy link
Member

Description
This PR fixes a bug in URI authority generation where schemes without defined default ports (like rtsp://) would cause issues due to missing array key handling.

Fixes: #9604

Checklist:

  • Securely signed commits
  • Component(s) with PHPDoc blocks, only if necessary or adds value
  • Unit testing, with >80% coverage
  • User guide updated
  • Conforms to style guide

@michalsn michalsn added the bug Verified issues on the current code behavior or pull requests that will fix them label Jun 17, 2025
@michalsn michalsn merged commit e29ce02 into codeigniter4:develop Jun 22, 2025
50 checks passed
@michalsn
Copy link
Member Author

Thank you @paulbalandan and @TimexPeachtree

@element-code
Copy link
Contributor

Thank you @michalsn

@michalsn michalsn deleted the fix/custom-uri-schema branch June 25, 2025 18:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Verified issues on the current code behavior or pull requests that will fix them

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Bug: URI: createURIString fails for rtsp scheme

4 participants