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.
In order to enable HTTP2, we can do curl_setopt($ch, CURLOPT_HTTP_VERSION, CURL_HTTP_VERSION_2_0);.
curl_setopt($ch, CURLOPT_HTTP_VERSION, CURL_HTTP_VERSION_2_0);
Don't we need a corresponding call for v3? CURL_HTTP_VERSION_3 does not exist, is that intended?
CURL_HTTP_VERSION_3
Maybe we're supposed to use CURLALTSVC_H3 instead?
CURLALTSVC_H3
PHP 8.3