ID: 49891
Comment by: chrisstocktonaz at gmail dot com
Reported By: oscar at acelerados dot com
Status: Open
Bug Type: Network related
Operating System: CentOS release 5.3 (Final)
PHP Version: 5.3.0
New Comment:
Can you please post the output of phpinfo().
Previous Comments:
------------------------------------------------------------------------
[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