curl-and-php
Curl_Multi problems look up problems
Date: Sun, 14 Aug 2005 09:39:11 -0400
I am using curl mutli to fetch several urls in php. Everything works as
expected on win2k apache2 php5 setup. I am fetching
"http://www.altavista.com/", "http://www.gooasdsadsadgle.com/",
"http://www.yahoo.com/"
second url doesn't exist so i get contents of altavista.com and yahoo.com
when I try to run this script on freeBSD 5.4 apache 1.33 php5
script will fetch altavista.com but will not return results for yahoo.com
here is the output of curl
$ php multi.php
* About to connect() to www.yahoo.com port 80
* name lookup timed out
* Closing connection #0
* About to connect() to www.altavista.com port 80
* Connection time-out
* Closing connection #0
* Connected to www.altavista.com (216.155.200.155) port 80
Then it gives header information return by altavista and exits
Received on 2005-08-14