php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #70473 dns_get_record - Server error for any of DNS_A|DNS_AAAA bubbles up, no result
Submitted: 2015-09-11 08:46 UTC Modified: -
Votes:5
Avg. Score:3.6 ± 1.2
Reproduced:2 of 3 (66.7%)
Same Version:1 (50.0%)
Same OS:1 (50.0%)
From: sjon at hortensius dot net Assigned:
Status: Open Package: Network related
PHP Version: Irrelevant OS:
Private report: No CVE-ID: None
View Add Comment Developer Edit
Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know!
Just going to say 'Me too!'? Don't clutter the database with that please — but make sure to vote on the bug!
Your email address:
MUST BE VALID
Solve the problem:
1 + 15 = ?
Subscribe to this entry?

 
 [2015-09-11 08:46 UTC] sjon at hortensius dot net
Description:
------------
When fetching multiple records using dns_get_record; if any of the records return a SERVFAIL; that failure bubbles up; and no result gets returned.

To reproduce this you need a specifically failing dns-server but it's also obvious from the code.

I'd expect an array (with single result) instead of an error when the domain has an A record, but returns a SERVFAIL for AAAA

Test script:
---------------
dns_get_record('domain', DNS_A | DNS_AAAA);

Expected result:
----------------
array(
...
)

Actual result:
--------------
dns_get_record(): A temporary server error occurred. in Command line code on line 1

Patches

Add a Patch

Pull Requests

Add a Pull Request

 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Apr 25 10:01:29 2024 UTC