Project

General

Profile

Actions

Bug #36860

closed

Fix tests that fails on 32bit sytems

Added by Helmut Hummel almost 12 years ago. Updated over 6 years ago.

Status:
Closed
Priority:
Must have
Assignee:
Category:
Tests
Target version:
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

Also available in: Atom PDF