Skip to content

Conversation

@lboullo0
Copy link

@lboullo0 lboullo0 commented Nov 5, 2012

replacing
ip2long($_SERVER['REMOTE_ADDR'])
by
sprintf("%u", ip2long($_SERVER['REMOTE_ADDR']))
fix error on 32 machines where ip2long can return negative number.
See note at: http://php.net/manual/en/function.ip2long.php

replacing 
ip2long($_SERVER['REMOTE_ADDR'])
by
sprintf("%u", ip2long($_SERVER['REMOTE_ADDR']))
fix error on 32 machines where ip2long can return negative number. See note at: http://php.net/manual/en/function.ip2long.php
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant