Bug#572620: php5-curl: curl_errno return 0

2010-03-16 Thread punjab
Thanks for try to help. I finally made some test on anohter PC and result is: network problem. Not php5-curl bug. Utilities like ping and nslookup reports correctly domain not exist, but clients like curl, links, etc no. This clients go on all non-existing domains to one specific server in

Bug#572620: php5-curl: curl_errno return 0

2010-03-13 Thread Raphael Geissert
tag 572620 moreinfo unreproducible thanks Hi, I can not reproduce the problem you are seeing. In fact, the bug that was addressed in +lenny5 does not even affect that part of the code. What's the output of nslookup somenonexistentdomain654.com ? Cheers, -- Raphael Geissert - Debian Developer

Bug#572620: php5-curl: curl_errno return 0

2010-03-13 Thread punjab
Output is: server:~# nslookup somenonexistentdomain654.com Server:xxx.xxx.xx.xxx Address:xxx.xxx.xxx.xxx#53 ** server can't find somenonexistentdomain654.com: NXDOMAIN On 03/13/2010 06:43 PM, Raphael Geissert wrote: tag 572620 moreinfo unreproducible thanks Hi, I can not

Bug#572620: php5-curl: curl_errno return 0

2010-03-05 Thread punjab
Package: php5-curl Version: 5.2.6.dfsg.1-1+lenny6 Severity: important curl_errno return 0 instead 6 (CURLE_COULDNT_RESOLVE_HOST). Code example: - ?php $domain = 'http://somenonexistentdomain654.com'; $ch = curl_init($domain); curl_setopt($ch,