Home
last modified time | relevance | path

Searched refs:curl_copy_handle (Results 1 – 14 of 14) sorted by relevance

/PHP-5.4/ext/curl/tests/
H A Dcurl_copy_handle_basic.phpt2 Test curl_copy_handle() function with basic functionality
12 echo "*** Testing curl_copy_handle(): basic ***\n";
22 $ch2 = curl_copy_handle($ch);
28 *** Testing curl_copy_handle(): basic ***
H A Dcurl_copy_handle_variation1.phpt2 Test curl_copy_handle() change options in one handle
12 echo "*** Testing curl_copy_handle(): basic ***\n";
21 $ch2 = curl_copy_handle($ch);
30 *** Testing curl_copy_handle(): basic ***
H A Dcurl_copy_handle_basic_004.phpt2 Test curl_copy_handle() after exec()
13 echo '*** Test curl_copy_handle() after exec() ***' . "\n";
24 $copy = curl_copy_handle($ch);
34 *** Test curl_copy_handle() after exec() ***
H A Dcurl_copy_handle_basic_005.phpt2 Test curl_copy_handle() after exec() with POST
13 echo '*** Test curl_copy_handle() after exec() with POST ***' . "\n";
26 $copy = curl_copy_handle($ch);
36 *** Test curl_copy_handle() after exec() with POST ***
H A Dcurl_copy_handle_variation2.phpt2 Test curl_copy_handle() add options to the handles
15 echo "*** Testing curl_copy_handle(): add options after copy ***\n";
21 $ch2 = curl_copy_handle($ch);
39 *** Testing curl_copy_handle(): add options after copy ***
H A Dbug62839.phpt2 Bug #62839 (curl_copy_handle segfault with CURLOPT_FILE)
13 curl_copy_handle($curl);
H A Dcurl_copy_handle_basic_008.phpt2 Test curl_copy_handle() with CURLOPT_PROGRESSFUNCTION
15 $ch2 = curl_copy_handle($ch);
H A Dcurl_copy_handle_basic_001.phpt2 Test curl_copy_handle() with simple get
22 $copy = curl_copy_handle($ch);
H A Dcurl_copy_handle_basic_002.phpt2 Test curl_copy_handle() with simple POST
23 $copy = curl_copy_handle($ch);
H A Dcurl_copy_handle_basic_006.phpt2 Test curl_copy_handle() with User Agent
23 $copy = curl_copy_handle($ch);
H A Dcurl_copy_handle_basic_007.phpt2 Test curl_copy_handle() with simple POST
21 $copy = curl_copy_handle($ch);
/PHP-5.4/ext/curl/
H A Dphp_curl.h64 PHP_FUNCTION(curl_copy_handle);
H A Dinterface.c364 PHP_FE(curl_copy_handle, arginfo_curl_copy_handle)
1611 PHP_FUNCTION(curl_copy_handle) in PHP_FUNCTION() argument
/PHP-5.4/
H A DNEWS1505 . Fixed bug #62839 (curl_copy_handle segfault with CURLOPT_FILE). (Pierrick)
2644 . Fixed bug #60439 (curl_copy_handle segfault when used with
2648 . Fixed issues were curl_copy_handle() would sometimes lose copied
4409 - Fixed bug #48774 (SIGSEGVs when using curl_copy_handle()).
5829 - Fixed bug #43092 (curl_copy_handle() crashes with > 32 chars long URL). (Jani)
7143 - Fixed bug #38637 (curl_copy_handle() fails to fully copy the cURL handle).

Completed in 50 milliseconds