Home
last modified time | relevance | path

Searched refs:CURL_VERSION_STR (Results 1 – 1 of 1) sorted by relevance

/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/Handler/
H A DCurlFactory.php17 const CURL_VERSION_STR = 'curl_version'; define in GuzzleHttp\\Handler\\CurlFactory
145 $ctx[self::CURL_VERSION_STR] = curl_version()['version'];
181 if (version_compare($ctx[self::CURL_VERSION_STR], self::LOW_CURL_VERSION_NUMBER)) {