Home
last modified time | relevance | path

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

/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/Handler/
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)) {
/plugin/matrixnotifierwas/vendor/guzzlehttp/guzzle/src/Handler/
DCurlFactory.php22 public const CURL_VERSION_STR = 'curl_version'; define in GuzzleHttp\\Handler\\CurlFactory
150 $ctx[self::CURL_VERSION_STR] = \curl_version()['version'];