vrana           Mon Jul 26 10:48:35 2004 EDT

  Modified files:              
    /phpdoc/en/language operators.xml 
  Log:
  32 bits shifting (bug #16366)
  
http://cvs.php.net/diff.php/phpdoc/en/language/operators.xml?r1=1.73&r2=1.74&ty=u
Index: phpdoc/en/language/operators.xml
diff -u phpdoc/en/language/operators.xml:1.73 phpdoc/en/language/operators.xml:1.74
--- phpdoc/en/language/operators.xml:1.73       Mon Jul 26 09:24:22 2004
+++ phpdoc/en/language/operators.xml    Mon Jul 26 10:48:35 2004
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.73 $ -->
+<!-- $Revision: 1.74 $ -->
  <chapter id="language.operators">
   <title>Operators</title>
   <simpara>
@@ -375,6 +375,12 @@
      </tbody>
     </tgroup>
    </table>
+   <warning>
+    <para>
+     Don't right shift for more than 32 bits on 32 bits systems. Don't left shift
+     in case it results to number longer than 32 bits.
+    </para>
+   </warning>
   </sect1>
 
   <sect1 id="language.operators.comparison">

Reply via email to