ID: 9698
Updated by: derick
Reported By: [EMAIL PROTECTED]
Old-Status: Open
Status: Closed
Bug Type: Network related
Operating system:
PHP Version: 4.0.4pl1
Assigned To:
Comments:
Fixed in CVS. This change will be available in PHP 4.0.6.
Derick
Previous Comments:
---------------------------------------------------------------------------
[2001-03-12 05:45:56] [EMAIL PROTECTED]
The script
<?php
$ip = gethostbyname("www.php.net");
$out = http://".ip2long($ip)."/<br>n";
echo $out;
?>
and the answer is:
http://-789091653/
what is wrong, because the correct answer is:
http://3505875643/
---------------------------------------------------------------------------
ATTENTION! Do NOT reply to this email!
To reply, use the web interface found at http://bugs.php.net/?id=9698&edit=2
--
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]