Home
last modified time | relevance | path

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

/PHP-5.5/ext/curl/tests/
H A Dcurl_share_setopt_basic001.phpt2 curl_share_setopt basic test
13 var_dump(curl_share_setopt($sh, CURLSHOPT_SHARE, CURL_LOCK_DATA_COOKIE));
14 var_dump(curl_share_setopt($sh, CURLSHOPT_UNSHARE, CURL_LOCK_DATA_DNS));
15 var_dump(curl_share_setopt($sh, -1, 0));
22 Warning: curl_share_setopt(): Invalid curl share configuration option in %s on line %d
/PHP-5.5/ext/curl/
H A Dshare.c77 error = curl_share_setopt(sh->share, option, Z_LVAL_PP(zvalue)); in _php_curl_share_setopt()
96 PHP_FUNCTION(curl_share_setopt) in PHP_FUNCTION() argument
H A Dphp_curl.h93 PHP_FUNCTION(curl_share_setopt);
H A Dinterface.c471 PHP_FE(curl_share_setopt, arginfo_curl_share_setopt)
/PHP-5.5/
H A DNEWS1946 curl_share_setopt curl_strerror and curl_unescape. (Pierrick)

Completed in 39 milliseconds