Home
last modified time | relevance | path

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

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