-
Notifications
You must be signed in to change notification settings - Fork 101
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
Comments
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:
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 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 |
I'm going to try this, thanks a lot ! |
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.
The text was updated successfully, but these errors were encountered: