|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
[2001-08-01 06:48 UTC] honey at 7thGuard dot net
checkdnsrr for *.domanname.com gives "not found". It's okay.
It works for most domains in internet. But on my system
checkdnsrr("*.7thGuard.net") and checkdnsrr("*.7thGuard.com") returns true. Should't it always return "fasle"?
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Fri Nov 21 01:00:01 2025 UTC |
adny wrote: > *.7thGuard.net has MX records. By default, checkdnsrr looks for > MX recors. Not a PHP bug but, for example, checkdnsrr("*.7bulls.com") returns false. 7bulls.com also has MX.