Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

php 5.3.20 parallel curl infinite loop #9

Open
farhan2kf opened this issue Jan 4, 2013 · 0 comments
Open

php 5.3.20 parallel curl infinite loop #9

farhan2kf opened this issue Jan 4, 2013 · 0 comments

Comments

@farhan2kf
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant