From:             jmambo7 at yahoo dot com
Operating system: Linux
PHP version:      4.3.8
PHP Bug Type:     Network related
Bug description:  checkdnsrr giving incorrect result

Description:
------------
There are domains that checkdnsrr is reporting that they do not exist,
while when I search the domain names in several respectable domain
registration websites they indicate that the domain names exist. An
example is netvoice.com and ataz.com

Reproduce code:
---------------
  if (checkdnsrr("netvoice.com", "ANY")) echo "domain name has been
taken";
   else echo "domain name is available";

Expected result:
----------------
I expect the code to tell me the domain name has been taken

Actual result:
--------------
The result is the domain name is available

-- 
Edit bug report at http://bugs.php.net/?id=30987&edit=1
-- 
Try a CVS snapshot (php4):   http://bugs.php.net/fix.php?id=30987&r=trysnapshot4
Try a CVS snapshot (php5.0): 
http://bugs.php.net/fix.php?id=30987&r=trysnapshot50
Try a CVS snapshot (php5.1): 
http://bugs.php.net/fix.php?id=30987&r=trysnapshot51
Fixed in CVS:                http://bugs.php.net/fix.php?id=30987&r=fixedcvs
Fixed in release:            http://bugs.php.net/fix.php?id=30987&r=alreadyfixed
Need backtrace:              http://bugs.php.net/fix.php?id=30987&r=needtrace
Need Reproduce Script:       http://bugs.php.net/fix.php?id=30987&r=needscript
Try newer version:           http://bugs.php.net/fix.php?id=30987&r=oldversion
Not developer issue:         http://bugs.php.net/fix.php?id=30987&r=support
Expected behavior:           http://bugs.php.net/fix.php?id=30987&r=notwrong
Not enough info:             
http://bugs.php.net/fix.php?id=30987&r=notenoughinfo
Submitted twice:             
http://bugs.php.net/fix.php?id=30987&r=submittedtwice
register_globals:            http://bugs.php.net/fix.php?id=30987&r=globals
PHP 3 support discontinued:  http://bugs.php.net/fix.php?id=30987&r=php3
Daylight Savings:            http://bugs.php.net/fix.php?id=30987&r=dst
IIS Stability:               http://bugs.php.net/fix.php?id=30987&r=isapi
Install GNU Sed:             http://bugs.php.net/fix.php?id=30987&r=gnused
Floating point limitations:  http://bugs.php.net/fix.php?id=30987&r=float
MySQL Configuration Error:   http://bugs.php.net/fix.php?id=30987&r=mysqlcfg

Reply via email to