jeroen          Sat Sep  8 14:26:02 2001 EDT

  Modified files:              
    /phpdoc/en/language types.xml 
  Log:
  Precisify comment on bug
  
  
Index: phpdoc/en/language/types.xml
diff -u phpdoc/en/language/types.xml:1.48 phpdoc/en/language/types.xml:1.49
--- phpdoc/en/language/types.xml:1.48   Mon Aug 20 15:27:20 2001
+++ phpdoc/en/language/types.xml        Sat Sep  8 14:26:01 2001
@@ -1,5 +1,5 @@
 <?xml encoding="iso-8859-1"?>
-<!-- $Revision: 1.48 $ -->
+<!-- $Revision: 1.49 $ -->
  <chapter id="language.types">
   <title>Types</title>
 
@@ -336,13 +336,15 @@
       </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>


Reply via email to