Search found 3 matches

by pagyei
Wed Feb 05, 2014 11:32 am
Forum: PHP DNS API
Topic: method query give false back
Replies: 6
Views: 19966

Re: method query give false back

Yes it works now, I get the Keys but in the array I can't see the flag and the algorithm in the array. object(DNSAnswer)#3 (2) { ["count"]=> int(4) ["results"]=> array(4) { [0]=> object(DNSResult)#4 (9) { ["type"]=> int(48) ["typeid"]=> string(6) "DNSKEY" ["class"]=> int(1) ["ttl"]=> int(3600) ["dat...
by pagyei
Mon Feb 03, 2014 10:29 pm
Forum: PHP DNS API
Topic: method query give false back
Replies: 6
Views: 19966

Re: method query give false back

Yes I mean the DNS RR DNSKEY. I have two domains with two KSK's and two ZSK's so 4 DNSKEY Records in a Domain. I downloaded version 1.01 and started a test with 'A' and 'MX'. Work perfectly but if I canche to DNSKEY I get bool 'false' from the method Query(). The method lasterror() tell me: 'Respons...
by pagyei
Sun Feb 02, 2014 2:31 am
Forum: PHP DNS API
Topic: method query give false back
Replies: 6
Views: 19966

method query give false back

Hello,

I tried to use your class,
By the first use it seems to work correctly but by trying featching DNSKEY-RR give the mothod false back.

Hope to get an answer soon

Saludos
Felipe