We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62a13f2 commit 8992c96Copy full SHA for 8992c96
src/globals/ext-tests/curl.php
@@ -16,6 +16,3 @@
16
curl_close($curl);
17
assert($data !== false);
18
}
19
-if (phpversion() >= '8.2') {
20
- assert(($curl_version['features'] & CURL_VERSION_HTTP3) === CURL_VERSION_HTTP3);
21
-}
0 commit comments