|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2007-08-06 19:04 UTC] jani@php.net
[2007-08-08 13:37 UTC] philip@php.net
|
|||||||||||||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Tue Nov 18 04:00:01 2025 UTC |
Description: ------------ The function dns_get_record is not being defined on Mac OS 10.4.10. Reproduce code: --------------- <?php $result = dns_get_record("php.net"); print_r($result); ?> Expected result: ---------------- Array ( [0] => Array ( [host] => php.net [type] => MX [pri] => 5 [target] => pair2.php.net [class] => IN [ttl] => 6765 ) [1] => Array ( [host] => php.net [type] => A [ip] => 64.246.30.37 [class] => IN [ttl] => 8125 ) ) Actual result: -------------- Fatal error: Call to undefined function dns_get_record()