Searched refs:CURLOPT_DNS_USE_GLOBAL_CACHE (Results 1 – 4 of 4) sorted by relevance
10 var_dump(curl_setopt($ch, CURLOPT_DNS_USE_GLOBAL_CACHE, 1));13 Warning: curl_setopt(): CURLOPT_DNS_USE_GLOBAL_CACHE cannot be activated when thread safety is enab…
78 const CURLOPT_DNS_USE_GLOBAL_CACHE = UNKNOWN; define
1098 curl_easy_setopt(ch->cp, CURLOPT_DNS_USE_GLOBAL_CACHE, 1); in _php_curl_set_default_options()1620 case CURLOPT_DNS_USE_GLOBAL_CACHE: in _php_curl_setopt()1791 if (option == CURLOPT_DNS_USE_GLOBAL_CACHE && lval) { in _php_curl_setopt()
248 …REGISTER_LONG_CONSTANT("CURLOPT_DNS_USE_GLOBAL_CACHE", CURLOPT_DNS_USE_GLOBAL_CACHE, CONST_PERSIST… in register_curl_symbols()
Completed in 22 milliseconds