ID: 21487 Updated by: [EMAIL PROTECTED] -Summary: gethostbyname can resolve not existing hosts ;) Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Network related -Operating System: windows +Operating System: Windows PHP Version: 4.3.0 New Comment:
Just a note, I can not reproduce the problem under Linux/Unix. Previous Comments: ------------------------------------------------------------------------ [2003-01-07 06:32:02] [EMAIL PROTECTED] Hi, try this: echo(gethostbyname("gmx.de5")) output is: 62.75.134.200 in fact, this domain doesn't exist, only gmx.de exists. ('host gmx.de5' on the server reports an error) this behavior is bad when for example using getbyhostname to validate an email address, because an email send to [EMAIL PROTECTED] would surely not arrive... ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=21487&edit=1