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

--- Comment #3 from Brion Vibber <br...@wikimedia.org> ---
Note that PHP's 'int' type is dependent on the underlying architecture's
C-language 'int' type.

This means that 'int's and intval() are 32-bit on 32-bit architectures, but are
64-bit on most 64-bit architectures. (Windows may be an exception to this as
Windows is weird. If you're using a Windows server, you may wish to consider a
nice Linux virtual machine.)

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
_______________________________________________
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to