Edit report at https://bugs.php.net/bug.php?id=47780&edit=1

 ID:                 47780
 Comment by:         yehuda at ymkatz dot net
 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
 Block user comment: N
 Private report:     N

 New Comment:

This bug has gone a while with no change.
pajoye,
Can you post your patch so someone else can have a look at it?


Previous Comments:
------------------------------------------------------------------------
[2010-05-19 12:29:44] bantu at phpbb dot com

Duplicates #39671 IMO

------------------------------------------------------------------------
[2009-03-25 22:38:27] paj...@php.net

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 https://bugs.php.net/bug.php?id=47780&edit=1

Reply via email to