https://bugzilla.wikimedia.org/show_bug.cgi?id=41075

--- Comment #5 from Aaron Schulz <[email protected]> 2012-10-16 17:33:51 
UTC ---
(In reply to comment #3)
> @Aaron: Which documentation? You can't represent the number 2147483648 with 31
> bits (bit 32 is the sign). The max would be 2147483647. Indeed, print
> PHP_INT_MAX returns 2147483647 on a 32 bit system.
> 
> Anyway... why not just use the constant PHP_INT_MAX? Because it's too large on
> a 64 bit system?...

Actually I see the problem. I was looking at line 281, which uses 2147483647,
but there is another line that uses 2147483648 for some reason.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
You are the assignee for the bug.

_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to