https://bugzilla.wikimedia.org/show_bug.cgi?id=41075
--- Comment #3 from Daniel Kinzler <[email protected]> 2012-10-16 16:31:02 UTC --- @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?... -- 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
