Edit report at http://bugs.php.net/bug.php?id=47780&edit=1
ID: 47780
Comment by: bantu at phpbb dot com
Reported by: valli at icsurselva dot ch
Summary: [FR] dns_get_record: possibility to specify nameserver
that should be queried
Status: Assigned
Type: Feature/Change Request
Package: *Network Functions
Operating System: *
PHP Version: *
Assigned To: pajoye
New Comment:
Duplicates #39671 IMO
Previous Comments:
------------------------------------------------------------------------
[2009-03-25 22:38:27] [email protected]
I was about to enable this feature on windows but it would have
introduced some portability issues again. But I think it would be
useful.
I have a patch for windows to allow that, porting it to the other
platforms.
------------------------------------------------------------------------
[2009-03-25 22:34:17] valli at icsurselva dot ch
Description:
------------
Feature request for the dns_get_record function:
It would be nice to specify an array of nameserver
IP addresses that should be queried.
Like in PEAR::Net_DNS (Net_DNS_Resolver::query()).
See $nameservers array in:
http://pear.php.net/manual/en/package.networking.net-dns.net-dns-resolver.query.php
Only with this feature would it be possible to
implement something like this.
http://centralops.net/asp/co/NsLookup.vbs.asp
(Of course it would be possible with PEAR::Net_DNS)
Reproduce code:
---------------
n/a
Expected result:
----------------
n/a
Actual result:
--------------
n/a
------------------------------------------------------------------------
--
Edit this bug report at http://bugs.php.net/bug.php?id=47780&edit=1