-
Notifications
You must be signed in to change notification settings - Fork 189
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
replace net_url2 with guzzle #3105
Conversation
@SMillerDev what do you think? I checked the Net_URL2 repo and it seems a bit slow maintained open PRs, Issue Tracker also not really up to date. While I totally understand, I mean it's probably just a hobby, I thought maybe we can switch... |
Yeah, pear and pecl are deprecated so a replacement is good. Nice find on the PSR7. |
Hehe I just asked Gemini if there were any alternatives when I saw guzzle I though, hey we use that anyway and that project is still actively maintained 👍 I added two more tests to make sure it still does what it supposed to do, also learned that the Uri object is immutable so you have to store modifications in a new variable... |
Signed-off-by: Benjamin Brahmer <[email protected]>
Fixed - preg_replace_callback(): Compilation failed: digits missing after \x or... (#3105) Signed-off-by: Benjamin Brahmer <[email protected]>
Fixed - preg_replace_callback(): Compilation failed: digits missing after \x or... (#3105) Signed-off-by: Benjamin Brahmer <[email protected]>
Signed-off-by: Benjamin Brahmer <[email protected]>
Signed-off-by: Benjamin Brahmer <[email protected]>
Signed-off-by: Benjamin Brahmer <[email protected]>
Signed-off-by: Benjamin Brahmer <[email protected]>
Summary
Let's see if it works with guzzle.
Checklist