From: frew dot robert at gmail dot com Operating system: Linux PHP version: 5.3.0RC1 PHP Bug Type: *Network Functions Bug description: undefined function checkdnsrr()
Description: ------------ When using function checkdnsrr(), I get a Fatal error: Call to undefined function checkdnsrr() in test.php. You can view this error live at http://www.mxxm.com/test.php. Reproduce code: --------------- <? $ip = $_SERVER['REMOTE_ADDR']; if (checkdnsrr($ip, "MX")) { echo 'Yes'; } else { echo 'No'; } ?> Expected result: ---------------- True or false. Actual result: -------------- Fatal error: Call to undefined function checkdnsrr() -- Edit bug report at http://bugs.php.net/?id=48167&edit=1 -- Try a CVS snapshot (PHP 5.2): http://bugs.php.net/fix.php?id=48167&r=trysnapshot52 Try a CVS snapshot (PHP 5.3): http://bugs.php.net/fix.php?id=48167&r=trysnapshot53 Try a CVS snapshot (PHP 6.0): http://bugs.php.net/fix.php?id=48167&r=trysnapshot60 Fixed in CVS: http://bugs.php.net/fix.php?id=48167&r=fixedcvs Fixed in CVS and need be documented: http://bugs.php.net/fix.php?id=48167&r=needdocs Fixed in release: http://bugs.php.net/fix.php?id=48167&r=alreadyfixed Need backtrace: http://bugs.php.net/fix.php?id=48167&r=needtrace Need Reproduce Script: http://bugs.php.net/fix.php?id=48167&r=needscript Try newer version: http://bugs.php.net/fix.php?id=48167&r=oldversion Not developer issue: http://bugs.php.net/fix.php?id=48167&r=support Expected behavior: http://bugs.php.net/fix.php?id=48167&r=notwrong Not enough info: http://bugs.php.net/fix.php?id=48167&r=notenoughinfo Submitted twice: http://bugs.php.net/fix.php?id=48167&r=submittedtwice register_globals: http://bugs.php.net/fix.php?id=48167&r=globals PHP 4 support discontinued: http://bugs.php.net/fix.php?id=48167&r=php4 Daylight Savings: http://bugs.php.net/fix.php?id=48167&r=dst IIS Stability: http://bugs.php.net/fix.php?id=48167&r=isapi Install GNU Sed: http://bugs.php.net/fix.php?id=48167&r=gnused Floating point limitations: http://bugs.php.net/fix.php?id=48167&r=float No Zend Extensions: http://bugs.php.net/fix.php?id=48167&r=nozend MySQL Configuration Error: http://bugs.php.net/fix.php?id=48167&r=mysqlcfg