Home
last modified time | relevance | path

Searched refs:CURLOPT_SAFE_UPLOAD (Results 1 – 5 of 5) sorted by relevance

/PHP-7.0/ext/curl/tests/
H A Dcurl_file_upload.phpt46 curl_setopt($ch, CURLOPT_SAFE_UPLOAD, 0);
51 curl_setopt($ch, CURLOPT_SAFE_UPLOAD, true);
H A Dbug27023.phpt13 curl_setopt($ch, CURLOPT_SAFE_UPLOAD, 1);
/PHP-7.0/ext/curl/
H A Dphp_curl.h187 #define CURLOPT_SAFE_UPLOAD -1 macro
H A Dinterface.c1353 REGISTER_CURL_CONSTANT(CURLOPT_SAFE_UPLOAD); in PHP_MINIT_FUNCTION()
2304 case CURLOPT_SAFE_UPLOAD: in _php_curl_setopt()
2939 if (options <= 0 && options != CURLOPT_SAFE_UPLOAD) { in PHP_FUNCTION()
/PHP-7.0/
H A DUPGRADING443 . Removed support for disabling the CURLOPT_SAFE_UPLOAD option. All curl file

Completed in 20 milliseconds