polyfill icon indicating copy to clipboard operation
polyfill copied to clipboard

[PHP 8.4] Add `CURL_HTTP_VERSION_3(ONLY)` constants

Open Ayesh opened this issue 1 year ago • 5 comments

If the underlying Curl build supports it, setting the HTTP version should be theoretically possible. The availability of the constants do not guarantee the feature support, so declaring them in the polyfill should be same and effective.

Fixes GH-488.

Ayesh avatar Aug 27 '24 04:08 Ayesh