codeigniter-mcurl icon indicating copy to clipboard operation
codeigniter-mcurl copied to clipboard

A codeigniter library to help make using multi curl functionality easier. Multi curl alows you to make multiple curl requests simultaneously, without having to process each curl request one after anot...

Results 3 codeigniter-mcurl issues
Sort by recently updated
recently updated
newest added

Is anyone facing the same problem, trying to run on localhost but the loop doesn't exit? https://github.com/chadhutchins/codeigniter-mcurl/blob/master/application/libraries/mcurl.php#L136 Have tried to execute the curl command manually and it is working fine....

Multi-curl eats memory in a loop, so may be add curl_close($this->calls[$key]['curl']) inside execute() method for every particular curl handler? May be curl_multi_remove_handle() and curl_multi_close() are not enough to clean used...

Didn't know how to pull-request back then 🤣 please merge