Skip to content

curl_opts should accept array of strings #29

Description

@mgagne

Some curl options accepts an array of strings for their values:
https://www.php.net/manual/en/function.curl-setopt.php

One such option is CURLOPT_RESOLVE which I'm trying to use to override DNS resolution.

Current code limits those options to string as per:

Would there be a way to accept those parameter value types?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions