In the example shown, the calls to curl_multi_remove_handle() should include the resource as the first parameter:
curl_multi_remove_handle($mh, $ch1);
curl_multi_remove_handle($mh, $ch2);
curl_multi_init
snoyes at gmail dot com
30-Jul-2007 02:39
In the example shown, the calls to curl_multi_remove_handle() should include the resource as the first parameter: | ||