Hey List-

running: apache 2.2, freebsd 6.2 and php 4.4.4

I've got a wierd issue. I've got a script that does this:

$domain = "www.google.com";
$ip = gethostbyname($domain);
echo $ip;

$hostname = gethostbyaddr("72.14.205.99");
echo $hostname;


Using dig, ping, etc... to confirm name resolution is working works fine. 
Running that script from the CLI is fine (ie: php test.php). However, when 
running from the web it doesn't work.

I tried it on a php 5.1.x box and it works fine there. 

Thoughts?


Henrik
-- 
Henrik Hudson
[EMAIL PROTECTED]
------------------------------
"God, root, what is difference?" Pitr; UF (http://www.userfriendly.org/)

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to