-
Notifications
You must be signed in to change notification settings - Fork 7.9k
test to function curl_multi_info_read(); #1809
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
Conversation
This should skipif for online test. |
Hello @krakjoe how are you? ill fix it asap! |
<?php | ||
$urls = array( | ||
"it.yahoo.com/", | ||
"fr.yahoo.com/" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could you use our domains (php.net), in these tests?
docs.php.net
bugs.php.net
...
<?php | ||
if (!extension_loaded('curl')) | ||
print("skip"); | ||
?> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Like @krakjoe said, it needs a skipif for online tests here
Still missing a SKIPIF check for online tests: if (getenv("SKIP_ONLINE_TESTS")) { die('skip: online test'); } |
owwwwww |
Looks good to me :) |
Thanks :) |
was added a new test to module curl;