From:             
Operating system: Linux 2.6.18 i686
PHP version:      5.3.2
Package:          cURL related
Bug Type:         Bug
Bug description:Test curl_basic_008 will fail if dns resolver uses search domain

Description:
------------
Precondition:

If the server has a dns entry "*.server IN CNAME server" and will append
"server" 

to non-absolute dns names the DNS query will actually succeed and the test
will 

fail.



The DNS resolvers method of appending a search domain specified in 

/etc/resolv.conf is valid.



Thus the test should use an absolute DNS name.



# curl http://23rrweffgert.234tr3dger

[...default apache page...]



# curl http://23rrweffgert.234tr3dger.

curl: (6) Couldn't resolve host '23rrweffgert.234tr3dger.'


-- 
Edit bug report at http://bugs.php.net/bug.php?id=51711&edit=1
-- 
Try a snapshot (PHP 5.2):            
http://bugs.php.net/fix.php?id=51711&r=trysnapshot52
Try a snapshot (PHP 5.3):            
http://bugs.php.net/fix.php?id=51711&r=trysnapshot53
Try a snapshot (PHP 6.0):            
http://bugs.php.net/fix.php?id=51711&r=trysnapshot60
Fixed in SVN:                        
http://bugs.php.net/fix.php?id=51711&r=fixed
Fixed in SVN and need be documented: 
http://bugs.php.net/fix.php?id=51711&r=needdocs
Fixed in release:                    
http://bugs.php.net/fix.php?id=51711&r=alreadyfixed
Need backtrace:                      
http://bugs.php.net/fix.php?id=51711&r=needtrace
Need Reproduce Script:               
http://bugs.php.net/fix.php?id=51711&r=needscript
Try newer version:                   
http://bugs.php.net/fix.php?id=51711&r=oldversion
Not developer issue:                 
http://bugs.php.net/fix.php?id=51711&r=support
Expected behavior:                   
http://bugs.php.net/fix.php?id=51711&r=notwrong
Not enough info:                     
http://bugs.php.net/fix.php?id=51711&r=notenoughinfo
Submitted twice:                     
http://bugs.php.net/fix.php?id=51711&r=submittedtwice
register_globals:                    
http://bugs.php.net/fix.php?id=51711&r=globals
PHP 4 support discontinued:          http://bugs.php.net/fix.php?id=51711&r=php4
Daylight Savings:                    http://bugs.php.net/fix.php?id=51711&r=dst
IIS Stability:                       
http://bugs.php.net/fix.php?id=51711&r=isapi
Install GNU Sed:                     
http://bugs.php.net/fix.php?id=51711&r=gnused
Floating point limitations:          
http://bugs.php.net/fix.php?id=51711&r=float
No Zend Extensions:                  
http://bugs.php.net/fix.php?id=51711&r=nozend
MySQL Configuration Error:           
http://bugs.php.net/fix.php?id=51711&r=mysqlcfg

Reply via email to