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

replace net_url2 with guzzle #3105

Merged
merged 1 commit into from
Mar 5, 2025
Merged

replace net_url2 with guzzle #3105

merged 1 commit into from
Mar 5, 2025

Conversation

Grotax
Copy link
Member

@Grotax Grotax commented Mar 4, 2025

Summary

Let's see if it works with guzzle.

Checklist

@Grotax
Copy link
Member Author

Grotax commented Mar 4, 2025

@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...

@Grotax Grotax requested a review from SMillerDev March 4, 2025 07:41
@SMillerDev
Copy link
Contributor

Yeah, pear and pecl are deprecated so a replacement is good. Nice find on the PSR7.

@Grotax Grotax force-pushed the replace/neturl2 branch from 498a6f9 to ae9deb0 Compare March 4, 2025 11:26
@Grotax
Copy link
Member Author

Grotax commented Mar 4, 2025

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...

@Grotax Grotax marked this pull request as ready for review March 4, 2025 11:29
Signed-off-by: Benjamin Brahmer <[email protected]>
@Grotax Grotax force-pushed the replace/neturl2 branch from ae9deb0 to 12df498 Compare March 5, 2025 06:10
@Grotax Grotax enabled auto-merge (rebase) March 5, 2025 06:11
@Grotax Grotax merged commit 9b66ce4 into master Mar 5, 2025
25 checks passed
@Grotax Grotax deleted the replace/neturl2 branch March 5, 2025 06:13
Grotax added a commit that referenced this pull request Mar 5, 2025
Fixed
- preg_replace_callback(): Compilation failed: digits missing after \x or... (#3105)

Signed-off-by: Benjamin Brahmer <[email protected]>
@Grotax Grotax mentioned this pull request Mar 5, 2025
Grotax added a commit that referenced this pull request Mar 5, 2025
Fixed
- preg_replace_callback(): Compilation failed: digits missing after \x or... (#3105)

Signed-off-by: Benjamin Brahmer <[email protected]>
Grotax added a commit that referenced this pull request Mar 6, 2025
Signed-off-by: Benjamin Brahmer <[email protected]>
Grotax added a commit that referenced this pull request Mar 6, 2025
Signed-off-by: Benjamin Brahmer <[email protected]>
Grotax added a commit that referenced this pull request Mar 6, 2025
Signed-off-by: Benjamin Brahmer <[email protected]>
Grotax added a commit that referenced this pull request Mar 6, 2025
Signed-off-by: Benjamin Brahmer <[email protected]>
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.

PHP Error - preg_replace_callback(): Compilation failed
3 participants