ParallelCurl icon indicating copy to clipboard operation
ParallelCurl copied to clipboard

Class Not Working

Open julianshapiro opened this issue 14 years ago • 7 comments

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.

julianshapiro avatar Mar 07 '11 06:03 julianshapiro

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 :)

julianshapiro avatar Mar 07 '11 16:03 julianshapiro

I just tried with two older XAMPP versions and it didn't work either:

  1. PHP 5.3.0 w/ CURL 7.19.4
  2. 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

julianshapiro avatar Mar 07 '11 17:03 julianshapiro

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.

edibudimilic avatar Aug 09 '11 19:08 edibudimilic

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.

Yaffle avatar Aug 20 '11 18:08 Yaffle

Same problem here, it doesn't work on UniServer (Windows portable wamp-like)

ghost avatar Nov 21 '11 01:11 ghost

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

Yaffle avatar Nov 21 '11 04:11 Yaffle

I'm going to try this, thanks a lot !

ghost avatar Nov 21 '11 20:11 ghost