mirror of
https://github.com/php/php-src.git
synced 2026-03-24 00:02:20 +01:00
Merge branch 'PHP-8.3'
* PHP-8.3: Fix GH-14307: Test curl_basic_024 fails with curl 8.8.0
This commit is contained in:
@@ -19,7 +19,7 @@ var_dump(0 === curl_getinfo($ch, CURLINFO_PROXY_SSL_VERIFYRESULT));
|
||||
var_dump(curl_getinfo($ch, CURLINFO_SCHEME));
|
||||
curl_close($ch);
|
||||
?>
|
||||
--EXPECT--
|
||||
--EXPECTF--
|
||||
bool(true)
|
||||
bool(true)
|
||||
string(4) "HTTP"
|
||||
string(4) "%r(HTTP|http)%r"
|
||||
|
||||
Reference in New Issue
Block a user