PHP: gethostbyaddr returning my own IP

Hello,
I am pretty sure that some of you know this problem but I just can't seem to find a solution:

When I run the PHP function gethostbyaddr() in a script and use a non-existant domain to test it then it always returns my own server IP as result.

I am not sure if this helps solving the problem: PHP is compiled as an Apache module on this specific server.

Many thanks in advance for your help.

Georg

 

 

 

 

Top