You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
unfortunately the example only throws PHP Notices and Warnings:
Notice: Undefined index: url in /Users/tsc/Dropbox/Sites/teststation/curl/multi/mcurl.php on line 179
Notice: Undefined index: handle in /Users/tsc/Dropbox/Sites/teststation/curl/multi/mcurl.php on line 180
Warning: curl_multi_getcontent() expects parameter 1 to be resource, null given in /Users/tsc/Dropbox/Sites/teststation/curl/multi/mcurl.php on line 180
Notice: Undefined index: url in /Users/tsc/Dropbox/Sites/teststation/curl/multi/mcurl.php on line 179
Notice: Undefined index: handle in /Users/tsc/Dropbox/Sites/teststation/curl/multi/mcurl.php on line 180
Warning: curl_multi_getcontent() expects parameter 1 to be resource, null given in /Users/tsc/Dropbox/Sites/teststation/curl/multi/mcurl.php on line 180
Would be nice if you can fix this, seems to be a realy nice class!
Best,
Thorsten
The text was updated successfully, but these errors were encountered:
Hi,
unfortunately the example only throws PHP Notices and Warnings:
Notice: Undefined index: url in /Users/tsc/Dropbox/Sites/teststation/curl/multi/mcurl.php on line 179
Notice: Undefined index: handle in /Users/tsc/Dropbox/Sites/teststation/curl/multi/mcurl.php on line 180
Warning: curl_multi_getcontent() expects parameter 1 to be resource, null given in /Users/tsc/Dropbox/Sites/teststation/curl/multi/mcurl.php on line 180
Notice: Undefined index: url in /Users/tsc/Dropbox/Sites/teststation/curl/multi/mcurl.php on line 179
Notice: Undefined index: handle in /Users/tsc/Dropbox/Sites/teststation/curl/multi/mcurl.php on line 180
Warning: curl_multi_getcontent() expects parameter 1 to be resource, null given in /Users/tsc/Dropbox/Sites/teststation/curl/multi/mcurl.php on line 180
Would be nice if you can fix this, seems to be a realy nice class!
Best,
Thorsten
The text was updated successfully, but these errors were encountered: