Searched refs:CURLOPT_DNS_USE_GLOBAL_CACHE (Results 1 – 6 of 6) sorted by relevance
4 Since Curl 7.62, CURLOPT_DNS_USE_GLOBAL_CACHE has no effect, and is11 var_dump(curl_setopt($ch, CURLOPT_DNS_USE_GLOBAL_CACHE, 1));
79 const CURLOPT_DNS_USE_GLOBAL_CACHE = UNKNOWN; define
231 …REGISTER_LONG_CONSTANT("CURLOPT_DNS_USE_GLOBAL_CACHE", CURLOPT_DNS_USE_GLOBAL_CACHE, CONST_PERSIST… in register_curl_symbols()
2188 case CURLOPT_DNS_USE_GLOBAL_CACHE: in _php_curl_setopt()
308 . The CURLOPT_DNS_USE_GLOBAL_CACHE option is now silently ignored. (Ayesh Karunaratne)
995 . The CURLOPT_DNS_USE_GLOBAL_CACHE Curl option no longer has any
Completed in 46 milliseconds