Skip to content

Commit 9ad1779

Browse files
committed
Merge branch 'PHP-8.3'
* PHP-8.3: Fix GH-14307: Test curl_basic_024 fails with curl 8.8.0
2 parents c8ef40a + ae26dc1 commit 9ad1779

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ext/curl/tests/curl_basic_024.phpt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ var_dump(0 === curl_getinfo($ch, CURLINFO_PROXY_SSL_VERIFYRESULT));
1919
var_dump(curl_getinfo($ch, CURLINFO_SCHEME));
2020
curl_close($ch);
2121
?>
22-
--EXPECT--
22+
--EXPECTF--
2323
bool(true)
2424
bool(true)
25-
string(4) "HTTP"
25+
string(4) "%r(HTTP|http)%r"

0 commit comments

Comments
 (0)