diff --git a/language/types.xml b/language/types.xml index e87251633f..3dbfdf6416 100644 --- a/language/types.xml +++ b/language/types.xml @@ -1,5 +1,5 @@ - + Types @@ -336,14 +336,16 @@ var_dump($large_number); - Unfortunately, there is a bug in the script engine (still - present in 4.0.6, probably resolved in 4.0.7) so that this + Unfortunately, there was a bug in PHP so that this does not always work correctly when there are negative numbers involved. For example: when you do -50000 * $million, the result will be -429496728. However, when both operands are positive there is no problem. + + This is solved in PHP 4.0.7 +