Actions
Bug #36860
closedFix tests that fails on 32bit sytems
Start date:
2012-05-05
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
4.6
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
Problem:
forceIntegerInRangeForcesIntegerIntoDefaultBoundaries fails with data set veryHighValue on 32bit systems because the high number exceeds PHP_INT_MAX which is then iterpreted as a negative number.
Solution:
Use PHP_INT_MAX as very high number
Actions