Skip to content

Commit 1c23eb4

Browse files
committed
uri: Update to uriparser-0.9.9-59-gc3b4956
This is specifically to backport uriparser/uriparser#276. Fixes #20431.
1 parent a0b918d commit 1c23eb4

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

47 files changed

+9339
-9901
lines changed

ext/uri/tests/rfc3986/modification/host_success_unset_existing.phpt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@ var_dump($uri2->toString());
1818
--EXPECT--
1919
string(11) "example.com"
2020
NULL
21-
string(7) "https:/"
21+
string(6) "https:"
2222
NULL
23-
string(7) "https:/"
23+
string(6) "https:"

0 commit comments

Comments
 (0)