ankur0101 Posted June 25, 2009 Share Posted June 25, 2009 Hi I have windows xp with XAMPP Here is the code $result = dns_get_record ("series99.com", "DNS_CNAME"); echo $result; When I preview, it shows this error Fatal error: Call to undefined function dns_get_record() in D:\xampp\htdocs\whois.php on line XX What to do ? Is Linux OS is essential for that ? Quote Link to comment https://forums.phpfreaks.com/topic/163593-why-dns_get_record-is-not-working/ Share on other sites More sharing options...
PFMaBiSmAd Posted June 25, 2009 Share Posted June 25, 2009 Changelog Version Description 5.3.0 This function is now available on Windows platforms. Quote Link to comment https://forums.phpfreaks.com/topic/163593-why-dns_get_record-is-not-working/#findComment-863187 Share on other sites More sharing options...
ankur0101 Posted June 25, 2009 Author Share Posted June 25, 2009 Changelog Version Description 5.3.0 This function is now available on Windows platforms. Hello Sir, What you are saying ? I didn't get you. What I have to do ? Should I have to do some editing in php.ini ? Quote Link to comment https://forums.phpfreaks.com/topic/163593-why-dns_get_record-is-not-working/#findComment-863188 Share on other sites More sharing options...
RussellReal Posted June 25, 2009 Share Posted June 25, 2009 he is saying, its not for only linux anymore, its also for windows aswell.. as of that revision ofcourse.. Quote Link to comment https://forums.phpfreaks.com/topic/163593-why-dns_get_record-is-not-working/#findComment-863190 Share on other sites More sharing options...
ankur0101 Posted June 25, 2009 Author Share Posted June 25, 2009 But why its now working ? Why it shows ERROR ? Quote Link to comment https://forums.phpfreaks.com/topic/163593-why-dns_get_record-is-not-working/#findComment-863197 Share on other sites More sharing options...
RussellReal Posted June 25, 2009 Share Posted June 25, 2009 what version of php r u running.. try this php -v in a cmd window Quote Link to comment https://forums.phpfreaks.com/topic/163593-why-dns_get_record-is-not-working/#findComment-863198 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.