-
Notifications
You must be signed in to change notification settings - Fork 127
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
(null)(): "number" is not a valid cURL handle resource #2
base: master
Are you sure you want to change the base?
Conversation
Bug: typo in example -- should have been 'RollingCurlRequest'
Don't follow redirects if open_basedir is defined Add a few braces to prevent mistakes
Fix support for CURLOPT_WRITEFUNCTION. Thanks Martin!
Replace README.txt with an equivalent README.md
implemented method to store all returns in an array, because in some cases is more concise storing all returns it for later use it.
Feature: Method for storing all returns in an array
No Response from curl this is my code: class thismyclass{ public function run($urls){
public function thismyblod() { } no array output for print_r($header); and print_r($cookies); and print_r($json); how to fix this to get the the response curl? Thank yuo |
…turns Revert "Feature: Method for storing all returns in an array"
Hi,
I were using this extension for 200.000 URLs. Everything works well, but after 4 or 5 minutes I receive for e.g. "(null)(): 25279 is not a valid cURL handle resource" and the script stops.
Is this a bug, or have I done something wrong?
p.s. changing the number of multiple requests does not help.
Thanks in advance.