ParallelCurl
ParallelCurl copied to clipboard
Class Not Working
Hey Pete,
I have the latest version of XAMPP installed (PHP 5.3.5 w/ CURL 7.20.). Neither your test script nor any of my own scripts that use your class work.
It seems to hang about a third of the way through checkForCompletedRequests. The scripts run forever. I get no output.
I'm running Windows 7 64-bit. Any ideas? Help would be super appreciated.
Thank you so much.
It does, however, work on my remote webserver (w/ LAMP) that runs PHP 5.2.14 w. CURL 7.15.5. But, I need it to work on my XAMPP installation :)
I just tried with two older XAMPP versions and it didn't work either:
- PHP 5.3.0 w/ CURL 7.19.4
- PHP 5.2.9 w/ CURL 7.16.0
Then I tried Wamp (PHP 5.3.4 w/ CURL 7.21.2). It didn't work either, but it did give me this error, which might help you debug: http://tinypic.com/view.php?pic=28wne4z&s=7
Doesn't work on XAMPP with php 5.3.1 and cURL 7.19.6 Tried on a Linux server with php 5.3.3, also not working. Hangs forever.
Standard cURL multi script runs ok.
does anybody make it work on XAMPP on windows?
Seems, curl_multi_info_read not works properly!?
i change code to make it work without it and it works.
Same problem here, it doesn't work on UniServer (Windows portable wamp-like)
i made my similar php class https://github.com/Yaffle/MultiGet it works for XAMPP as i comment before, "curl_multi_info_read" doesn't work properly, so i implement workaround
I'm going to try this, thanks a lot !