Project

General

Profile

Actions

Feature #14674

closed

t3lib_div::intInRange with "rounded" default max value

Added by Bernhard Kraft over 19 years ago. Updated over 18 years ago.

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

patch.t3lib_div_intInRange_max.diff (810 Bytes) patch.t3lib_div_intInRange_max.diff Administrator Admin, 2005-04-15 13:43
Actions

Also available in: Atom PDF