diff options
author | Oleg Pudeyev <oleg@bsdpower.com> | 2011-02-02 09:59:06 -0500 |
---|---|---|
committer | Andreas Fischer <bantu@phpbb.com> | 2011-02-04 00:02:38 +0100 |
commit | d13efa41c5ec0968f9689ac17582106e0673cf8b (patch) | |
tree | 32f4c050de9429af0e352ff34814efd9c426f361 /phpBB/docs/coding-guidelines.html | |
parent | 15992ceff99cd147d30b81fa237424160779f916 (diff) | |
download | forums-d13efa41c5ec0968f9689ac17582106e0673cf8b.tar forums-d13efa41c5ec0968f9689ac17582106e0673cf8b.tar.gz forums-d13efa41c5ec0968f9689ac17582106e0673cf8b.tar.bz2 forums-d13efa41c5ec0968f9689ac17582106e0673cf8b.tar.xz forums-d13efa41c5ec0968f9689ac17582106e0673cf8b.zip |
[ticket/10020] Fix 32-bit php braindamage around INT_MIN.
On 32-bit php, -2147483648, despite fitting in the int type,
is for some reason made into a floating-point value. Use an
explicit cast to make it an integer.
PHPBB3-10020
Diffstat (limited to 'phpBB/docs/coding-guidelines.html')
0 files changed, 0 insertions, 0 deletions