On Thu, 13 Feb 2003, Damien Seguy wrote: > Log: > Beautification > > Index: phpdoc/en/reference/mcrypt/functions/mcrypt-enc-is-block-mode.xml > diff -u phpdoc/en/reference/mcrypt/functions/mcrypt-enc-is-block-mode.xml:1.3 >phpdoc/en/reference/mcrypt/functions/mcrypt-enc-is-block-mode.xml:1.4 > --- phpdoc/en/reference/mcrypt/functions/mcrypt-enc-is-block-mode.xml:1.3 Sun >May 12 17:00:19 2002 > +++ phpdoc/en/reference/mcrypt/functions/mcrypt-enc-is-block-mode.xml Thu Feb 13 >09:38:34 2003 > @@ -1,5 +1,5 @@ > <?xml version="1.0" encoding="iso-8859-1"?> > -<!-- $Revision: 1.3 $ --> > +<!-- $Revision: 1.4 $ --> > <!-- splitted from ./en/functions/mcrypt.xml, last change in rev 1.7 --> > <refentry id="function.mcrypt-enc-is-block-mode"> > <refnamediv> > @@ -9,7 +9,7 @@ > <refsect1> > <title>Description</title> > <methodsynopsis> > - <type>bool</type><methodname>mcrypt_enc_is_block_mode</methodname> > + <type>int</type><methodname>mcrypt_enc_is_block_mode</methodname>
This is not correct, it's a bool. > <methodparam><type>resource</type><parameter>td</parameter></methodparam> > </methodsynopsis> > <para> > Index: phpdoc/en/reference/mcrypt/functions/mcrypt-get-iv-size.xml > diff -u phpdoc/en/reference/mcrypt/functions/mcrypt-get-iv-size.xml:1.3 >phpdoc/en/reference/mcrypt/functions/mcrypt-get-iv-size.xml:1.4 > --- phpdoc/en/reference/mcrypt/functions/mcrypt-get-iv-size.xml:1.3 Sun May 12 >17:00:19 2002 > +++ phpdoc/en/reference/mcrypt/functions/mcrypt-get-iv-size.xml Thu Feb 13 >09:38:34 2003 > @@ -1,5 +1,5 @@ > <?xml version="1.0" encoding="iso-8859-1"?> > -<!-- $Revision: 1.3 $ --> > +<!-- $Revision: 1.4 $ --> > <!-- splitted from ./en/functions/mcrypt.xml, last change in rev 1.7 --> > <refentry id="function.mcrypt-get-iv-size"> > <refnamediv> > @@ -9,13 +9,13 @@ > <refsect1> > <title>Description</title> > <methodsynopsis> > - <type>int</type><methodname>mcrypt_get_iv_size</methodname> > - <methodparam><type>resource</type><parameter>td</parameter></methodparam> > + <type>int</type><methodname>mcrypt_get_key_size</methodname> > + <methodparam><type>int</type><parameter>cipher</parameter></methodparam> nor this..., the function is about an IV size and the 2nd parameter is a string, not an int. > </methodsynopsis> > <methodsynopsis> > - <type>int</type><methodname>mcrypt_get_iv_size</methodname> > + <type>int</type><methodname>mcrypt_get_key_size</methodname> erm?!? -- ------------------------------------------------------------------------- Derick Rethans http://derickrethans.nl/ PHP Magazine - PHP Magazine for Professionals http://php-mag.net/ ------------------------------------------------------------------------- -- PHP Documentation Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
