Skip to content

Commit 2b629f0

Browse files
committed
Merge branch 'PHP-8.3'
* PHP-8.3: ext/curl: Fix failing tests due to string changes in libcurl 8.6.0
2 parents c50255c + 7e3a6a1 commit 2b629f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/curl/tests/bug77946.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,4 @@ curl_multi_close($mh);
3434
--EXPECTF--
3535
int(1)
3636
int(1)
37-
string(%d) "Protocol %Sunknown%S not supported or disabled in libcurl"
37+
string(%d) "Protocol %Sunknown%S %rnot supported( or disabled in libcurl)?%r"

0 commit comments

Comments
 (0)