ID:               49891
 Updated by:       j...@php.net
 Reported By:      oscar at acelerados dot com
-Status:           Open
+Status:           Feedback
 Bug Type:         Network related
 Operating System: CentOS release 5.3 (Final)
 PHP Version:      5.3.0
 New Comment:

Please try using this snapshot:

  http://snaps.php.net/php5.3-latest.tar.gz
 
For Windows:

  http://windows.php.net/snapshots/

I have exactly same distro and all dns funcs work fine. 


Previous Comments:
------------------------------------------------------------------------

[2009-10-15 16:19:30] chrisstocktonaz at gmail dot com

Can you please post the output of phpinfo().

------------------------------------------------------------------------

[2009-10-15 15:59:38] oscar at acelerados dot com

Description:
------------
The getmxrr() function doesn't exist.

Reproduce code:
---------------
getmxrr("hotmail.com",$mxhost);
print_r($mxhost);

Expected result:
----------------
Array ( [0] => mx2.hotmail.com [1] => mx3.hotmail.com [2] =>
mx4.hotmail.com [3] => mx1.hotmail.com ) 

Actual result:
--------------
Fatal error: Call to undefined function getmxrr() in
/home/user/file.php on line 1


------------------------------------------------------------------------


-- 
Edit this bug report at http://bugs.php.net/?id=49891&edit=1

Reply via email to