Precisify comment on bug

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@57149 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Jeroen van Wolffelaar 2001-09-08 18:26:01 +00:00
parent dede2d253a
commit bffdb553cb

View file

@ -1,5 +1,5 @@
<?xml encoding="iso-8859-1"?>
<!-- $Revision: 1.48 $ -->
<!-- $Revision: 1.49 $ -->
<chapter id="language.types">
<title>Types</title>
@ -336,14 +336,16 @@ var_dump($large_number);
</informalexample>
<warning>
<simpara>
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 <literal>-50000 *
$million</literal>, the result will be
<literal>-429496728</literal>. However, when both operands are
positive there is no problem.
</simpara>
<simpara>
This is solved in PHP 4.0.7
</simpara>
</warning>
</para>
</sect2>