Removed useless warning about a bug in versions prior to 4.1.0.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@299538 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Daniel Egeberg 2010-05-20 22:24:07 +00:00
parent 4ae803bb91
commit afd3e0543e

View file

@ -155,19 +155,6 @@ var_dump($large_number); // float(5.0E+19)
]]>
</programlisting>
</example>
<warning>
<simpara>
Unfortunately, there was a bug in PHP which caused this to not always work
correctly when negative numbers were involved. For example, the result of
<literal>-50000 * $million</literal> is <literal>-429496728</literal>.
However, when both operands were positive, there was no problem.
</simpara>
<simpara>
This was fixed in PHP 4.1.0.
</simpara>
</warning>
<para>
There is no <type>integer</type> division operator in PHP.