refactor: remove deprecations in HTTP [WIP]#10000
refactor: remove deprecations in HTTP [WIP]#10000paulbalandan wants to merge 1 commit intocodeigniter4:4.8from
Conversation
Haha, love the dedication 😆 I'm a little concerned about removing |
The deprecation was made in #7252 , mainly because it's not in PSR-7. Do you mean to "un-deprecate" it? |
|
Well, the reason in the comment ("Method not in PSR-7") isn't very fortunate, because PSR-7 allows extra methods. The real problem is immutability and hidden behavioral state. Since |
|
Okay, I'll retain it and add a hard deprecation notice on it. For the |
|
Yes, thank you! |
Description
Sending this early to get the
#10000slot. 😂This is not yet complete, but initially there are quite breaking changes:
URI::setSilent()is removed, meaning it will always throw exceptions on invalid URIs instead of continuing.Checklist: