vrana           Fri Nov 26 09:46:20 2004 EDT

  Modified files:              
    /phpdoc/en/reference/mcrypt/functions       mcrypt-generic-init.xml 
  Log:
  Can return false (bug #30891)
  
http://cvs.php.net/diff.php/phpdoc/en/reference/mcrypt/functions/mcrypt-generic-init.xml?r1=1.5&r2=1.6&ty=u
Index: phpdoc/en/reference/mcrypt/functions/mcrypt-generic-init.xml
diff -u phpdoc/en/reference/mcrypt/functions/mcrypt-generic-init.xml:1.5 
phpdoc/en/reference/mcrypt/functions/mcrypt-generic-init.xml:1.6
--- phpdoc/en/reference/mcrypt/functions/mcrypt-generic-init.xml:1.5    Sat Jan 
17 16:10:25 2004
+++ phpdoc/en/reference/mcrypt/functions/mcrypt-generic-init.xml        Fri Nov 
26 09:46:20 2004
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.5 $ -->
+<!-- $Revision: 1.6 $ -->
 <!-- splitted from ./en/functions/mcrypt.xml, last change in rev 1.7 -->
   <refentry id="function.mcrypt-generic-init">
    <refnamediv>
@@ -30,7 +30,8 @@
      The function returns a negative value on error, -3 when the key length
      was incorrect, -4 when there was a memory allocation problem and any
      other return value is an unknown error. If an error occurs a warning will
-     be displayed accordingly.
+     be displayed accordingly. &false; is returned if incorrect parameters
+     were passed.
     </para>
     <para>
      You need to call this function before every call to

Reply via email to