Home
last modified time | relevance | path

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

/php-src/ext/curl/tests/
H A Dbug65646_open_basedir_new.phpt11 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…
/php-src/ext/curl/
H A Dcurl.stub.php1918 const CURLPROTO_FILE = UNKNOWN; define
H A Dinterface.c121 curl_easy_setopt(ch->cp, CURLOPT_PROTOCOLS, CURLPROTO_ALL & ~CURLPROTO_FILE); in php_curl_option_url()
1801 (PG(open_basedir) && *PG(open_basedir)) && (lval & CURLPROTO_FILE)) { in _php_curl_setopt()
H A Dcurl_arginfo.h587 REGISTER_LONG_CONSTANT("CURLPROTO_FILE", CURLPROTO_FILE, CONST_PERSISTENT); in register_curl_symbols()

Completed in 24 milliseconds