php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #7039 ip2long() and long2ip() don't work
Submitted: 2000-10-05 08:04 UTC Modified: 2009-04-01 11:05 UTC
From: jpm at kefta dot com Assigned:
Status: Closed Package: Network related
PHP Version: 4.0.1pl2 OS: Solaris 2.8
Private report: No CVE-ID: None
View Add Comment Developer Edit
Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know!
Just going to say 'Me too!'? Don't clutter the database with that please !
Your email address:
MUST BE VALID
Solve the problem:
32 + 31 = ?
Subscribe to this entry?

 
 [2000-10-05 08:04 UTC] jpm at kefta dot com
This is the simple script I'm trying to use:

<?php
$ip = "255.255.255.255";
echo ip2long($ip);
?>

That will echo "-1708283823", or some weird number like that, when it should be echoing "4294967295". It also does not work when I try to get the standard IP Address from "4294967295" using long2ip(), it gives some weird number.

Joao Prado Maia

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2000-11-14 12:05 UTC] stas@php.net
Fixed in CVS.

 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Wed Apr 24 23:01:34 2024 UTC