You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Php was upgraded on my server to php 5.3.20 and after that parallel curl class has stopped working it seems to be going into infinite loop at this point
private function checkForCompletedRequests() {
// Call select to see if anything is waiting for us
if (curl_multi_select($this->multi_handle, 0.0) === -1)
return;
after that page keeps on loading forever
while other examples for running multiple curl requests are running fine please tell me how to fix this.
The text was updated successfully, but these errors were encountered:
Php was upgraded on my server to php 5.3.20 and after that parallel curl class has stopped working it seems to be going into infinite loop at this point
private function checkForCompletedRequests() {
after that page keeps on loading forever
while other examples for running multiple curl requests are running fine please tell me how to fix this.
The text was updated successfully, but these errors were encountered: