Searched refs:CURLPROTO_FILE (Results 1 – 4 of 4) sorted by relevance
11 var_dump(curl_setopt($ch, CURLOPT_PROTOCOLS, CURLPROTO_FILE));12 var_dump(curl_setopt($ch, CURLOPT_REDIR_PROTOCOLS, CURLPROTO_FILE));18 Warning: curl_setopt(): CURLPROTO_FILE cannot be activated when an open_basedir is set in %s on lin…21 Warning: curl_setopt(): CURLPROTO_FILE cannot be activated when an open_basedir is set in %s on lin…
1897 const CURLPROTO_FILE = UNKNOWN; define
123 curl_easy_setopt(ch->cp, CURLOPT_PROTOCOLS, CURLPROTO_ALL & ~CURLPROTO_FILE); in php_curl_option_url()1786 (PG(open_basedir) && *PG(open_basedir)) && (lval & CURLPROTO_FILE)) { in _php_curl_setopt()
600 REGISTER_LONG_CONSTANT("CURLPROTO_FILE", CURLPROTO_FILE, CONST_PERSISTENT); in register_curl_symbols()
Completed in 37 milliseconds