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

Class Not Working #4

Open
julianshapiro opened this issue Mar 7, 2011 · 7 comments
Open

Class Not Working #4

julianshapiro opened this issue Mar 7, 2011 · 7 comments

Comments

@julianshapiro
Copy link

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
Copy link
Author

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
Copy link
Author

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

@edibudimilic
Copy link

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.

@Yaffle
Copy link

Yaffle commented Aug 20, 2011

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.

@ghost
Copy link

ghost commented Nov 21, 2011

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

@Yaffle
Copy link

Yaffle commented Nov 21, 2011

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

@ghost
Copy link

ghost commented Nov 21, 2011

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

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

3 participants