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
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 — but make sure to vote on the bug!
Your email address:
MUST BE VALID
Solve the problem:
38 + 36 = ?
Subscribe to this entry?

 
 [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: Fri Apr 19 07:01:27 2024 UTC