petewarden / ParallelCurl

A PHP class providing an easy interface for running multiple concurrent CURL requests
http://petewarden.typepad.com/
378 stars 101 forks source link

curl multi_select bug in php 5.3.18+ #10

Closed aslamsayyed closed 10 years ago

aslamsayyed commented 11 years ago

curl_multi_select() may return -1 forever until you call curl_multi_exec() See https://bugs.php.net/bug.php?id=63411 https://bugs.php.net/bug.php?id=61141

compwright commented 10 years ago

Confirmed, this also fixes an infinite loop bug in PHP 5.4.22. Can we get this pull request merged into the master branch?

petewarden commented 10 years ago

Since it seems to fix multiple reports of problems, merging into the master branch as requested.