Actions
Feature #14674
closedt3lib_div::intInRange with "rounded" default max value
Start date:
2005-04-15
Due date:
% Done:
0%
Estimated time:
PHP Version:
Tags:
Complexity:
Sprint Focus:
Description
The method t3lib_div::intInRange takes a argument $max=2000000000 ... this is approximately the maximum value allowed for a signed integer and doesn't look professional. Should change it to : 0x7fffffff which is one before -1 and equals to 2147483647.
(issue imported from #M984)
Files
Actions