philip          Fri May 30 15:38:25 2003 EDT

  Modified files:              
    /phpdoc/en  language-snippets.ent 
  Log:
  Added &note.randomseed; entity as random seeds are automatic as of PHP 4.2.0
  
  
Index: phpdoc/en/language-snippets.ent
diff -u phpdoc/en/language-snippets.ent:1.51 phpdoc/en/language-snippets.ent:1.52
--- phpdoc/en/language-snippets.ent:1.51        Sat May 17 22:36:17 2003
+++ phpdoc/en/language-snippets.ent     Fri May 30 15:38:25 2003
@@ -1,4 +1,4 @@
-<!-- $Revision: 1.51 $ -->
+<!-- $Revision: 1.52 $ -->
 
 <!ENTITY warn.experimental '<warning><simpara>This extension is
 <emphasis>EXPERIMENTAL</emphasis>. The behaviour of this extension --
@@ -84,6 +84,11 @@
 You may use <function>stripslashes</function> to strip them.</para></note>'>
 
 <!-- Various notes -->
+<!ENTITY note.randomseed '<note><simpara>As of PHP 4.2.0, there is no need 
+to seed the random number generator with <function>srand</function> or 
+<function>mt_srand</function> as this is now done automatically.
+</simpara></note>'>
+
 <!ENTITY note.not-bin-safe '<warning><simpara>This function
 is not (yet) binary safe!</simpara></warning>'>
 



-- 
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to