php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #41995 ip2long() sometimes return wrong value
Submitted: 2007-07-14 07:59 UTC Modified: 2007-07-22 01:00 UTC
Votes:2
Avg. Score:2.0 ± 1.0
Reproduced:2 of 2 (100.0%)
Same Version:0 (0.0%)
Same OS:0 (0.0%)
From: pigmey_avi at gorodok dot net Assigned:
Status: No Feedback Package: Network related
PHP Version: 4.4.7 OS:
Private report: No CVE-ID: None
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: pigmey_avi at gorodok dot net
New email:
PHP Version: OS:

 

 [2007-07-14 07:59 UTC] pigmey_avi at gorodok dot net
Description:
------------
When ip2long() encountered triplet that can be represent as octal number, the function represent it as octal.

For instance, when ip is '10.0.0.011', the last triplet will be readed as 9, becouse 11 in 8 base is 9.

So, sometimes, ip2long() returns wrong value.


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2007-07-22 01:00 UTC] php-bugs at lists dot php dot net
No feedback was provided for this bug for over a week, so it is
being suspended automatically. If you are able to provide the
information that was originally requested, please do so and change
the status of the bug back to "Open".
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Tue Apr 23 19:01:31 2024 UTC